mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3177 COMPDAT Export : Compute depth related results for Eclipse binary case
This commit is contained in:
parent
5aa46fe855
commit
c516323acc
@ -215,6 +215,13 @@ bool RimEclipseResultCase::importGridAndResultMetaData(bool showTimeStepFilter)
|
|||||||
RifReaderEclipseOutput* outReader = dynamic_cast<RifReaderEclipseOutput*>(readerInterface.p());
|
RifReaderEclipseOutput* outReader = dynamic_cast<RifReaderEclipseOutput*>(readerInterface.p());
|
||||||
outReader->setHdf5FileName(m_sourSimFileName());
|
outReader->setHdf5FileName(m_sourSimFileName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RiaApplication* app = RiaApplication::instance();
|
||||||
|
if (app->preferences()->autocomputeDepthRelatedProperties)
|
||||||
|
{
|
||||||
|
results(RiaDefines::MATRIX_MODEL)->computeDepthRelatedResults();
|
||||||
|
results(RiaDefines::FRACTURE_MODEL)->computeDepthRelatedResults();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user