Formatting
This commit is contained in:
parent
29b8708cea
commit
ba5893ba4a
2 changed files with 5 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
IOobject::NO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimensionedScalar("pcorr", p.dimensions(), 0.0),
|
||||
dimensionedScalar("pcorr", p.dimensions(), 0),
|
||||
pcorrTypes
|
||||
);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue