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