Flow Diag : Show time unit [days] for time of flight

This commit is contained in:
Magne Sjaastad 2019-03-11 13:58:09 +01:00
parent 70c3b4df71
commit 343dd1674e

View File

@ -1607,6 +1607,10 @@ QString RimEclipseResultDefinition::timeOfFlightString(bool shorter) const
{
tofString += " (Average)";
}
tofString += " [days]";
// Conversion from seconds in flow module to days is done in RigFlowDiagTimeStepResult::setTracerTOF()
return tofString;
}