mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
BlackoilState: added forgotten rv to equal method.
This commit is contained in:
parent
d2dab23d60
commit
1f2a429a59
@ -39,5 +39,8 @@ BlackoilState::equals(const SimulatorState& other,
|
|||||||
equal = equal && SimulatorState::vectorApproxEqual(this->gasoilratio(),
|
equal = equal && SimulatorState::vectorApproxEqual(this->gasoilratio(),
|
||||||
that->gasoilratio(),
|
that->gasoilratio(),
|
||||||
epsilon);
|
epsilon);
|
||||||
|
equal = equal && SimulatorState::vectorApproxEqual(this->rv(),
|
||||||
|
that->rv(),
|
||||||
|
epsilon);
|
||||||
return equal;
|
return equal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user