From 024fd3b2a1e8f0c3ddf4a542269a25a64f24326f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sz=C3=A9kely?= <ondra.szekely@gmail.com> Date: Sun, 22 Mar 2015 13:02:36 +0100 Subject: [PATCH] INSTALLATION FIXING --- src/problems/tnlPDEProblem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/problems/tnlPDEProblem.h b/src/problems/tnlPDEProblem.h index 5ea0699400..eb56959ee0 100644 --- a/src/problems/tnlPDEProblem.h +++ b/src/problems/tnlPDEProblem.h @@ -50,7 +50,7 @@ class tnlPDEProblem : public tnlProblem< Real, Device, Index > void writeProlog( tnlLogger& logger, const tnlParameterContainer& parameters ) const; - IndexType getAuxiliaryDofs( const MeshType& mesh ) const; + typename tnlPDEProblem< Mesh, Real, Device, Index >::IndexType getAuxiliaryDofs( const MeshType& mesh ) const; void bindAuxiliaryDofs( const MeshType& mesh, DofVectorType& auxiliaryDofs ); @@ -68,7 +68,7 @@ class tnlPDEProblem : public tnlProblem< Real, Device, Index > DofVectorType& auxDofs ); - tnlSolverMonitor< RealType, IndexType >* getSolverMonitor(); + tnlSolverMonitor< typename tnlPDEProblem< Mesh, Real, Device, Index >::RealType, typename tnlPDEProblem< Mesh, Real, Device, Index >::IndexType >* getSolverMonitor(); }; -- GitLab