mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1046 Made property filters work for ordinary flow diag results
This commit is contained in:
@@ -128,8 +128,8 @@ void RimWellLogExtractionCurve::setPropertiesFromView(RimView* view)
|
||||
RimEclipseView* eclipseView = dynamic_cast<RimEclipseView*>(view);
|
||||
if (eclipseView)
|
||||
{
|
||||
m_eclipseResultDefinition->setResultType(eclipseView->cellResult()->resultType());
|
||||
m_eclipseResultDefinition->setResultVariable(eclipseView->cellResult()->resultVariable());
|
||||
m_eclipseResultDefinition->simpleCopy(eclipseView->cellResult());
|
||||
|
||||
m_timeStep = eclipseView->currentTimeStep();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user