Eclipse summary output: always convert the simulation time to days
this seems to have been forgotten in one place...
This commit is contained in:
parent
d50b7ab4aa
commit
7c226478dd
@ -762,7 +762,8 @@ private:
|
||||
false, /* formatted */
|
||||
true, /* unified */
|
||||
":", /* join string */
|
||||
timer.simulationTimeElapsed (),
|
||||
Opm::unit::convert::to (timer.simulationTimeElapsed (),
|
||||
Opm::unit::day),
|
||||
dim[0],
|
||||
dim[1],
|
||||
dim[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user