Formatting
This commit is contained in:
parent
1c48fd672d
commit
d62a001ab1
2 changed files with 5 additions and 7 deletions
|
@ -113,9 +113,8 @@ public:
|
|||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~coarseBlockAMGLevel();
|
||||
//- Destructor
|
||||
virtual ~coarseBlockAMGLevel();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -112,10 +112,9 @@ public:
|
|||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~fineBlockAMGLevel()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~fineBlockAMGLevel()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
Reference in a new issue