mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use correct result name for Void ratio (#10969)
Use correct result name for Void ratio Enable porosity calculator for imported inp data Add model validation check for export/show model Fix last res. layer not being splitted into subelements Add model validation check in file exporter Bump version to dev.04
This commit is contained in:
@@ -45,6 +45,9 @@ std::pair<bool, std::string> RifFaultReactivationModelExporter::exportToStream(
|
||||
const std::string& exportDirectory,
|
||||
const RimFaultReactivationModel& rimModel )
|
||||
{
|
||||
auto [modelOk, errorMsg] = rimModel.validateModel();
|
||||
if ( !modelOk ) return { false, errorMsg };
|
||||
|
||||
auto dataAccess = extractAndExportModelData( rimModel );
|
||||
if ( !dataAccess ) return { false, "Unable to get necessary data from the input case." };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user