Formatting
This commit is contained in:
parent
eac673ee7c
commit
81f6f900b4
1 changed files with 4 additions and 5 deletions
|
@ -44,7 +44,7 @@ namespace Foam
|
|||
{
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class thermophysicalFunction Declaration
|
||||
Class thermophysicalFunction Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
class thermophysicalFunction
|
||||
|
@ -78,10 +78,9 @@ public:
|
|||
static autoPtr<thermophysicalFunction> New(Istream& is);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~thermophysicalFunction()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~thermophysicalFunction()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
Reference in a new issue