Merge pull request #739 from dr-robertk/PR/bugfix-blackoilstate-equal
BlackoilState: added forgotten rv variable to equal method.
This commit is contained in:
commit
c9d3344adc
@ -39,5 +39,8 @@ BlackoilState::equals(const SimulatorState& other,
|
||||
equal = equal && SimulatorState::vectorApproxEqual(this->gasoilratio(),
|
||||
that->gasoilratio(),
|
||||
epsilon);
|
||||
equal = equal && SimulatorState::vectorApproxEqual(this->rv(),
|
||||
that->rv(),
|
||||
epsilon);
|
||||
return equal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user