Fixed minor bug.

This commit is contained in:
Joakim Hove
2015-08-18 16:01:53 +02:00
parent c6ac070b4f
commit bb6537f631

View File

@@ -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( );