no reason to introduce a vtable here

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2674 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva
2014-01-16 08:53:11 +00:00
committed by Knut Morten Okstad
parent 16bd9a6450
commit 70f685e583

View File

@@ -24,7 +24,7 @@ class TimeStep;
\brief Template class for coupled simulators.
*/
template<class T1, class T2> class SIMCoupled : public ISolver
template<class T1, class T2> class SIMCoupled
{
public:
//! \brief The constructor initializes the references to the two solvers.