mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor use of grid dimensions
This commit is contained in:
@@ -708,7 +708,7 @@ void RimEclipseCase::loadAndSynchronizeInputProperties( bool importGridOrFaultDa
|
||||
// Make sure we actually have reservoir data
|
||||
|
||||
CVF_ASSERT( eclipseCaseData() );
|
||||
CVF_ASSERT( eclipseCaseData()->mainGrid()->gridPointDimensions() != cvf::Vec3st( 0, 0, 0 ) );
|
||||
CVF_ASSERT( eclipseCaseData()->mainGrid()->cellCount() != 0 );
|
||||
|
||||
// Then read the properties from all the files referenced by the InputReservoir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user