mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-29 01:14:24 -06:00
Merge remote-tracking branch 'opm/master' into fix_cmax
This commit is contained in:
commit
d9605b94e7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user