#8103 Ensemble Well Logs: Index_K not available as property for geogrid

Made "Index K" available for grdecl, fixed crash, and disabled the depth
equalization when "Index K" is missing in the las files.

Fixes #8103.
This commit is contained in:
Kristian Bendiksen
2021-10-14 19:25:25 +02:00
parent db45b47121
commit 6069a771ea
5 changed files with 40 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ bool RimEclipseInputCase::openDataFileSet( const QStringList& fileNames )
this->ensureFaultDataIsComputed();
}
results( RiaDefines::PorosityModelType::MATRIX_MODEL )->createPlaceholderResultEntries();
return true;
}