Clean-up
This commit is contained in:
parent
4f014211e6
commit
4dddd031d4
2 changed files with 2 additions and 7 deletions
|
@ -35,10 +35,6 @@ Author
|
|||
#include "BlockAMGCycle.H"
|
||||
#include "demandDrivenData.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
// Construct from AMG level
|
||||
|
|
|
@ -112,9 +112,8 @@ public:
|
|||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~BlockAMGPrecon();
|
||||
//- Destructor
|
||||
virtual ~BlockAMGPrecon();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
Reference in a new issue