mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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