diff --git a/opm/parser/eclipse/python/c_inter/cschedule.cc b/opm/parser/eclipse/python/c_inter/cschedule.cc index eb9261459..bca149995 100644 --- a/opm/parser/eclipse/python/c_inter/cschedule.cc +++ b/opm/parser/eclipse/python/c_inter/cschedule.cc @@ -22,7 +22,7 @@ extern "C" { Opm::Schedule * schedule_alloc(Opm::ParseContext * context, Opm::EclipseGrid * grid, Opm::Deck * deck) { - return new Opm::Schedule( *context , *grid, *deck ); + return new Opm::Schedule( *context , *grid, *deck, Opm::Phases(true, true, true) ); } void schedule_free( Opm::Schedule * schedule ) {