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 "BlockAMGCycle.H"
|
||||||
#include "demandDrivenData.H"
|
#include "demandDrivenData.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Construct from AMG level
|
// Construct from AMG level
|
||||||
|
|
|
@ -112,9 +112,8 @@ public:
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// Destructor
|
//- Destructor
|
||||||
|
virtual ~BlockAMGPrecon();
|
||||||
virtual ~BlockAMGPrecon();
|
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
Reference in a new issue