Skip to content
Snippets Groups Projects
Commit c6aaf9be authored by Andrew Heather's avatar Andrew Heather
Browse files

minor formatting changes

parent 52a38978
Branches
Tags
No related merge requests found
Showing with 22 additions and 26 deletions
......@@ -120,6 +120,7 @@ protected:
//- Prime-squared average
static const word EXT_PRIME2MEAN;
// Private data
//- Name of this set of field averages.
......@@ -144,6 +145,7 @@ protected:
// calculated and output
List<fieldAverageItem> faItems_;
// Lists of averages
// Arithmetic mean fields
......@@ -220,7 +222,7 @@ protected:
) const;
// IO
// I-O
//- Write averages
virtual void writeAverages() const;
......@@ -272,8 +274,7 @@ public:
//- Destructor
virtual ~fieldAverage();
virtual ~fieldAverage();
// Member Functions
......
......@@ -116,9 +116,8 @@ public:
fieldAverageItem(const fieldAverageItem&);
// Destructor
~fieldAverageItem();
//- Destructor
~fieldAverageItem();
// Member Functions
......@@ -166,6 +165,7 @@ public:
void operator=(const fieldAverageItem&);
// Friend Operators
friend bool operator==
......@@ -190,6 +190,7 @@ public:
return !(a == b);
}
// IOstream Operators
friend Istream& operator>>(Istream&, fieldAverageItem&);
......
......@@ -140,9 +140,8 @@ public:
);
// Destructor
virtual ~fieldMinMax();
//- Destructor
virtual ~fieldMinMax();
// Member Functions
......
......@@ -116,9 +116,8 @@ public:
);
// Destructor
virtual ~forceCoeffs();
//- Destructor
virtual ~forceCoeffs();
// Member Functions
......
......@@ -190,9 +190,8 @@ public:
);
// Destructor
virtual ~forces();
//- Destructor
virtual ~forces();
// Member Functions
......
......@@ -66,8 +66,8 @@ Foam::systemCall::~systemCall()
void Foam::systemCall::read(const dictionary& dict)
{
dict.readIfPresent("executeCalls", executeCalls_);
dict.readIfPresent("endCalls", endCalls_);
dict.readIfPresent("writeCalls", writeCalls_);
dict.readIfPresent("endCalls", endCalls_);
dict.readIfPresent("writeCalls", writeCalls_);
if (executeCalls_.empty() && endCalls_.empty() && writeCalls_.empty())
{
......
......@@ -101,9 +101,8 @@ public:
);
// Destructor
virtual ~systemCall();
//- Destructor
virtual ~systemCall();
// Member Functions
......
......@@ -98,9 +98,8 @@ public:
);
// Destructor
virtual ~dsmcFields();
//- Destructor
virtual ~dsmcFields();
// Member Functions
......
......@@ -106,9 +106,8 @@ public:
);
// Destructor
virtual ~staticPressure();
//- Destructor
virtual ~staticPressure();
// Member Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment