diff --git a/examples/compute_tof.cpp b/examples/compute_tof.cpp index 087e10b9..9d8f82f4 100644 --- a/examples/compute_tof.cpp +++ b/examples/compute_tof.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include @@ -121,7 +121,7 @@ try // Grid init grid.reset(new GridManager(deck)); // Rock and fluid init - props.reset(new IncompPropertiesFromDeck(deck, eclipseState, *grid->c_grid())); + props.reset(new IncompPropertiesSinglePhase(deck, eclipseState, *grid->c_grid())); // Wells init. wells.reset(new Opm::WellsManager(eclipseState , 0 , *grid->c_grid(), props->permeability())); // Gravity.