mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
slightly changing createWellContainer() in StandardWellsDense
no functional change.
This commit is contained in:
@@ -312,10 +312,7 @@ enum WellVariablePositions {
|
||||
std::vector<std::shared_ptr<WellInterface<TypeTag> > > well_container_;
|
||||
|
||||
// TODO: forgot why returning a vector here
|
||||
std::vector<std::shared_ptr<WellInterface<TypeTag> > >
|
||||
createWellContainer(const std::vector<const Well*>& wells_ecl,
|
||||
const Wells* wells_arg,
|
||||
const int time_step);
|
||||
void createWellContainer(const Wells* wells_arg);
|
||||
|
||||
// Well collection is used to enforce the group control
|
||||
WellCollection* well_collection_;
|
||||
|
||||
Reference in New Issue
Block a user