minor formatting changes

This commit is contained in:
andy
2009-08-17 18:26:35 +01:00
parent 52a3897863
commit c6aaf9be58
9 changed files with 22 additions and 26 deletions

View File

@ -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,7 +274,6 @@ public:
//- Destructor
virtual ~fieldAverage();

View File

@ -116,8 +116,7 @@ public:
fieldAverageItem(const fieldAverageItem&);
// Destructor
//- Destructor
~fieldAverageItem();
@ -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&);

View File

@ -140,8 +140,7 @@ public:
);
// Destructor
//- Destructor
virtual ~fieldMinMax();

View File

@ -116,8 +116,7 @@ public:
);
// Destructor
//- Destructor
virtual ~forceCoeffs();

View File

@ -190,8 +190,7 @@ public:
);
// Destructor
//- Destructor
virtual ~forces();

View File

@ -101,8 +101,7 @@ public:
);
// Destructor
//- Destructor
virtual ~systemCall();

View File

@ -98,8 +98,7 @@ public:
);
// Destructor
//- Destructor
virtual ~dsmcFields();

View File

@ -106,8 +106,7 @@ public:
);
// Destructor
//- Destructor
virtual ~staticPressure();