RateConverter: add missing call to averageTemperature()

thanks to [at] bska for noticing this!
This commit is contained in:
Andreas Lauser 2014-12-02 15:56:17 +01:00
parent dacfbcc583
commit 1b22d3ab6b

View File

@ -286,6 +286,7 @@ namespace Opm {
defineState(const BlackoilState& state)
{
averagePressure(state);
averageTemperature(state);
calcRmax();
}