Inline destructor

This commit is contained in:
Hrvoje Jasak 2017-06-16 12:46:37 +01:00
parent 58ff8e1e54
commit 34e47b44b9
2 changed files with 2 additions and 9 deletions

View file

@ -532,13 +532,6 @@ Foam::BlockCholeskyPrecon<Type>::BlockCholeskyPrecon
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
template<class Type>
Foam::BlockCholeskyPrecon<Type>::~BlockCholeskyPrecon()
{}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
template<class Type>

View file

@ -186,8 +186,8 @@ public:
// Destructor
virtual ~BlockCholeskyPrecon();
virtual ~BlockCholeskyPrecon()
{}
// Member Functions