Formatting

This commit is contained in:
Hrvoje Jasak 2017-10-20 12:51:47 +01:00
parent 0b00958d18
commit 715f56ae5a
3 changed files with 8 additions and 11 deletions

View file

@ -94,10 +94,9 @@ public:
BlockLduSystem(const BlockLduSystem<blockType, sourceType>&);
// Destructor
virtual ~BlockLduSystem()
{}
//- Destructor
virtual ~BlockLduSystem()
{}
// Member functions

View file

@ -175,10 +175,9 @@ public:
fvBlockMatrix(const fvBlockMatrix<Type>&);
// Destructor
virtual ~fvBlockMatrix()
{}
//- Destructor
virtual ~fvBlockMatrix()
{}
// Member functions

View file

@ -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();
}