Merge pull request #3586 from blattms/tracer-use-well-container

[refactor] Use well_container and PerforationData for tracers
This commit is contained in:
Markus Blatt
2021-10-12 09:55:33 +02:00
committed by GitHub
4 changed files with 25 additions and 45 deletions

View File

@@ -60,6 +60,9 @@ public:
const int index_of_well,
const std::vector<PerforationData>& perf_data);
/// \brief Get the perforations of the well
const std::vector<PerforationData>& perforationData() const;
/// Well name.
const std::string& name() const;