mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Convert to enum class
This commit is contained in:
@@ -316,7 +316,7 @@ public:
|
||||
, m_bytesPerTimeStepToRead( 0 )
|
||||
, m_currentTimeStepNumberToRead( 0 )
|
||||
, m_invalidConnectionCountDetected( false )
|
||||
, m_porosityModelEnum( RiaDefines::MATRIX_MODEL )
|
||||
, m_porosityModelEnum( RiaDefines::PorosityModelType::MATRIX_MODEL )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user