Write initial values to eclipse format output.

This yields output files that have the same behaviour as
eclipse in terms of number of steps, and what the steps mean.
This commit is contained in:
Atgeirr Flø Rasmussen 2014-01-30 14:57:58 +01:00
parent f159aeaa7c
commit 436624f662

View File

@ -315,6 +315,7 @@ namespace Opm
WellState& well_state)
{
eclipseWriter_.writeInit(timer, state, well_state);
eclipseWriter_.writeTimeStep(timer, state, well_state);
// Initialisation.
std::vector<double> porevol;