mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Flow Diag : Show time unit [days] for time of flight
This commit is contained in:
parent
70c3b4df71
commit
343dd1674e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user