Merge pull request #261 from atgeirr/master

Fix call to DerivedGeology constructor.
This commit is contained in:
Bård Skaflestad 2014-12-17 11:37:15 +01:00
commit c04351d4ac

View File

@ -243,7 +243,7 @@ try
// initialize variables // initialize variables
simtimer.init(timeMap); 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); std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);