fixing of some comments

no functional change.
This commit is contained in:
Kai Bao
2017-08-18 16:25:05 +02:00
parent a04d1a9393
commit f9b7094075
6 changed files with 10 additions and 46 deletions

View File

@@ -57,8 +57,6 @@
#include <opm/simulators/WellSwitchingLogger.hpp>
#include <math.h>
namespace Opm {
@@ -130,8 +128,6 @@ namespace Opm {
int numWells() const;
const Wells* wellsPointer() const;
/// return true if wells are available in the reservoir
bool wellsActive() const;
@@ -169,8 +165,7 @@ namespace Opm {
// eventually, the wells_ above should be gone.
// the name is just temporary
// later, might make share_ptr const later.
// TODO: forget why make it share_ptr instead of unique_ptr
std::vector<std::shared_ptr<WellInterface<TypeTag> > > well_container_;
std::vector<std::unique_ptr<WellInterface<TypeTag> > > well_container_;
// TODO: forgot why returning a vector here
void createWellContainer(const Wells* wells_arg);