#4111 3D calculations : Always show difference options

This commit is contained in:
Magne Sjaastad
2019-02-18 10:52:11 +01:00
parent 3ca43b1644
commit f9021117f4
3 changed files with 5 additions and 2 deletions

View File

@@ -168,6 +168,9 @@ void RimEclipseResultDefinition::simpleCopy(const RimEclipseResultDefinition* ot
this->setSelectedSouringTracers(other->m_selectedSouringTracers());
m_flowTracerSelectionMode = other->m_flowTracerSelectionMode();
m_phaseSelection = other->m_phaseSelection;
m_differenceCase = other->m_differenceCase();
m_timeLapseBaseTimestep = other->m_timeLapseBaseTimestep();
}
//--------------------------------------------------------------------------------------------------