From bb6537f6311f4452b23916e1ab0efd4ede06ba19 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 18 Aug 2015 16:01:53 +0200 Subject: [PATCH] Fixed minor bug. --- .../eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp b/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp index 4b565f820..8e9da8745 100644 --- a/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp +++ b/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp @@ -478,7 +478,7 @@ public: satnum->checkLimits(1 , numSatTables); // All table lookup assumes three-phase model - assert( m_eclipseState.getNumPhases() == 3 ); + assert( this->m_eclipseState.getNumPhases() == 3 ); this->findSaturationEndpoints( ); this->findCriticalPoints( );