This commit is contained in:
Jacob Støren 2017-02-09 15:32:14 +01:00
parent 491e0bcb7c
commit fb85416b73

View File

@ -125,6 +125,7 @@ void RimEclipseResultDefinition::simpleCopy(const RimEclipseResultDefinition* ot
this->setResultType(other->resultType());
this->setFlowSolution(other->m_flowSolution());
this->setSelectedTracers(other->m_selectedTracers());
m_flowTracerSelectionMode = other->m_flowTracerSelectionMode();
}
//--------------------------------------------------------------------------------------------------