Move reportConnections

This commit is contained in:
Joakim Hove
2021-05-20 10:32:04 +02:00
parent 5b86ecd3e2
commit 6ac9e722fc
4 changed files with 19 additions and 30 deletions

View File

@@ -145,10 +145,6 @@ public:
void updateStatus(int well_index, Well::Status status);
virtual void reportConnections(data::Well& well, const PhaseUsage&,
const WellMapType::value_type& itr,
const int* globalCellIdxMap) const;
protected:
WellContainer<Well::Status> status_;
WellContainer<std::vector<PerforationData>> well_perf_data_;