Formatting
This commit is contained in:
parent
0b00958d18
commit
715f56ae5a
3 changed files with 8 additions and 11 deletions
|
@ -94,10 +94,9 @@ public:
|
|||
BlockLduSystem(const BlockLduSystem<blockType, sourceType>&);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~BlockLduSystem()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~BlockLduSystem()
|
||||
{}
|
||||
|
||||
|
||||
// Member functions
|
||||
|
|
|
@ -175,10 +175,9 @@ public:
|
|||
fvBlockMatrix(const fvBlockMatrix<Type>&);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~fvBlockMatrix()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~fvBlockMatrix()
|
||||
{}
|
||||
|
||||
|
||||
// Member functions
|
||||
|
|
|
@ -137,8 +137,7 @@ public:
|
|||
|
||||
|
||||
//- Destructor
|
||||
|
||||
virtual ~fvPatch();
|
||||
virtual ~fvPatch();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
@ -164,7 +163,7 @@ public:
|
|||
}
|
||||
|
||||
//- Return true if this patch is coupled
|
||||
bool coupled() const
|
||||
virtual bool coupled() const
|
||||
{
|
||||
return polyPatch_.coupled();
|
||||
}
|
||||
|
|
Reference in a new issue