sim_fibo_ad: fix writing

the initial condition was written multiple times. We now fix this by
not writing anything in the simulator and moving this logic to the
main loop..
This commit is contained in:
Andreas Lauser
2014-03-19 17:29:50 +01:00
parent 66d73083b2
commit 49a5b67137
2 changed files with 24 additions and 12 deletions

View File

@@ -314,9 +314,6 @@ namespace Opm
BlackoilState& state,
WellStateFullyImplicitBlackoil& well_state)
{
eclipseWriter_.writeInit(timer, state, well_state.basicWellState());
eclipseWriter_.writeTimeStep(timer, state, well_state.basicWellState());
// Initialisation.
std::vector<double> porevol;
if (rock_comp_props_ && rock_comp_props_->isActive()) {