mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
RateConverter: add missing call to averageTemperature()
thanks to [at] bska for noticing this!
This commit is contained in:
parent
dacfbcc583
commit
1b22d3ab6b
@ -286,6 +286,7 @@ namespace Opm {
|
|||||||
defineState(const BlackoilState& state)
|
defineState(const BlackoilState& state)
|
||||||
{
|
{
|
||||||
averagePressure(state);
|
averagePressure(state);
|
||||||
|
averageTemperature(state);
|
||||||
calcRmax();
|
calcRmax();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user