mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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