BlackoilState: added forgotten rv to equal method.
This commit is contained in:
parent
0aebabf41e
commit
e4ddabd9ad
@ -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