Fix call to DerivedGeology constructor.

New argument to constructor was not provided, still compiled
due to default argument.
This commit is contained in:
Atgeirr Flø Rasmussen 2014-12-17 11:32:20 +01:00
parent 5ce5658892
commit e52af158fc

View File

@ -243,7 +243,7 @@ try
// initialize variables
simtimer.init(timeMap);
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, grav);
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, false, grav);
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);