Inline destructor
This commit is contained in:
parent
58ff8e1e54
commit
34e47b44b9
2 changed files with 2 additions and 9 deletions
|
@ -532,13 +532,6 @@ Foam::BlockCholeskyPrecon<Type>::BlockCholeskyPrecon
|
|||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
template<class Type>
|
||||
Foam::BlockCholeskyPrecon<Type>::~BlockCholeskyPrecon()
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
template<class Type>
|
||||
|
|
|
@ -186,8 +186,8 @@ public:
|
|||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~BlockCholeskyPrecon();
|
||||
virtual ~BlockCholeskyPrecon()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
Reference in a new issue