mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Minor renames++ in WellState report
This commit is contained in:
@@ -129,8 +129,8 @@ public:
|
||||
report(const int* globalCellIdxMap,
|
||||
const std::function<bool(const int)>& wasDynamicallyClosed) const;
|
||||
|
||||
void reportConnections(data::Well& well, const PhaseUsage &pu,
|
||||
const WellMapType::value_type& wt,
|
||||
void reportConnections(std::vector<data::Connection>& connections, const PhaseUsage &pu,
|
||||
std::size_t well_index,
|
||||
const int* globalCellIdxMap) const;
|
||||
|
||||
/// init the MS well related.
|
||||
|
||||
Reference in New Issue
Block a user