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:
@@ -60,7 +60,7 @@ public:
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiaCellResultsStateHandler( bool clientStreamer = false )
|
||||
: m_eclipseCase( nullptr )
|
||||
, m_porosityModel( RiaDefines::MATRIX_MODEL )
|
||||
, m_porosityModel( RiaDefines::PorosityModelType::MATRIX_MODEL )
|
||||
, m_streamedValueCount( 0u )
|
||||
, m_cellCount( 0u )
|
||||
, m_clientStreamer( clientStreamer )
|
||||
|
||||
Reference in New Issue
Block a user