mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Move parallelWellInfo()
This commit is contained in:
@@ -70,11 +70,6 @@ void WellState::init(const std::vector<double>& cellPressures,
|
||||
}
|
||||
|
||||
|
||||
const ParallelWellInfo&
|
||||
WellState::parallelWellInfo(std::size_t well_index) const
|
||||
{
|
||||
return *parallel_well_info_[well_index];
|
||||
}
|
||||
|
||||
|
||||
void WellState::shutWell(int well_index)
|
||||
|
||||
Reference in New Issue
Block a user