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

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