Eclipse summary output: always convert the simulation time to days

this seems to have been forgotten in one place...
This commit is contained in:
Andreas Lauser 2014-05-16 11:48:08 +02:00
parent d50b7ab4aa
commit 7c226478dd

View File

@ -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]);