Formatting

This commit is contained in:
Hrvoje Jasak 2017-03-30 10:34:18 +01:00
parent 29b8708cea
commit ba5893ba4a
2 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,7 @@
IOobject::NO_WRITE
),
mesh,
dimensionedScalar("pcorr", p.dimensions(), 0.0),
dimensionedScalar("pcorr", p.dimensions(), 0),
pcorrTypes
);

View file

@ -135,6 +135,7 @@ class freeSurface
//- Interface smoothing at the begining of time step
Switch smoothing_;
// Demand-driven data
//- Patch to patch interpolation object which deals with
@ -229,6 +230,7 @@ class freeSurface
const vector& axis
) const;
public:
// Declare name of the class and it's debug switch
@ -247,9 +249,8 @@ public:
);
// Destructor
~freeSurface();
//- Destructor
virtual ~freeSurface();
// Member Functions