mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4600 Dual porosity: Apply matrix/fracture change immediately
This commit is contained in:
@@ -279,6 +279,13 @@ void RimEclipseResultDefinition::fieldChangedByUi(const caf::PdmFieldHandle* cha
|
||||
loadDataAndUpdate();
|
||||
}
|
||||
|
||||
if (&m_porosityModelUiField == changedField)
|
||||
{
|
||||
m_porosityModel = m_porosityModelUiField;
|
||||
m_resultVariableUiField = resultVariable();
|
||||
loadDataAndUpdate();
|
||||
}
|
||||
|
||||
if (&m_differenceCase == changedField)
|
||||
{
|
||||
m_timeLapseBaseTimestep = RigEclipseResultAddress::noTimeLapseValue();
|
||||
|
||||
Reference in New Issue
Block a user