From 5309f35f11d7f68391d6e55f25794d28ea42f222 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Mon, 22 Jun 2009 11:52:36 +0100 Subject: [PATCH] cosmetics --- src/OpenFOAM/fields/cloud/cloud.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/fields/cloud/cloud.H b/src/OpenFOAM/fields/cloud/cloud.H index 0c0915464ed..d48e5dffbb5 100644 --- a/src/OpenFOAM/fields/cloud/cloud.H +++ b/src/OpenFOAM/fields/cloud/cloud.H @@ -75,15 +75,15 @@ public: //- The default cloud name: %defaultCloud static word defaultName; + // Constructors //- Construct for the given objectRegistry and named cloud instance cloud(const objectRegistry&, const word& cloudName = ""); - // Destructor - - virtual ~cloud(); + //- Destructor + virtual ~cloud(); // Member Functions -- GitLab