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:
Atgeirr Flø Rasmussen 2023-08-09 09:07:12 +02:00 committed by GitHub
commit 60b71dac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 &&