Merge remote-tracking branch 'opm/master' into fix_cmax

This commit is contained in:
Liu Ming 2014-12-08 09:15:01 +08:00
commit d9605b94e7

View File

@ -531,7 +531,7 @@ namespace {
// Temperature.
const V temp = Eigen::Map<const V>(& x.temperature()[0], nc, 1);
state.pressure = ADB::constant(temp);
state.temperature = ADB::constant(temp);
// Saturations
const std::vector<int>& bpat = vars[0].blockPattern();