mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4783 from GitPaean/adding_perf_data_SingleWellState_equity_operator
adding perf_data comparison in equality operator for SingleWellState
This commit is contained in:
commit
60b71dac25
@ -299,6 +299,7 @@ bool SingleWellState::operator==(const SingleWellState& rhs) const
|
||||
this->surface_rates == rhs.surface_rates &&
|
||||
this->reservoir_rates == rhs.reservoir_rates &&
|
||||
this->prev_surface_rates == rhs.prev_surface_rates &&
|
||||
this->perf_data == rhs.perf_data &&
|
||||
this->trivial_target == rhs.trivial_target &&
|
||||
this->segments == rhs.segments &&
|
||||
this->events == rhs.events &&
|
||||
|
Loading…
Reference in New Issue
Block a user