Merge pull request #101 from andlaus/sim_fibo_ad_use_new_wellmanager

sim_fibo_ad: convert to the new-style wells manager
This commit is contained in:
Atgeirr Flø Rasmussen
2014-03-20 09:07:03 +01:00
2 changed files with 49 additions and 26 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()) {