mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user