Changed cmake to make build without ert for now. Small change in WellsManager.cpp

This commit is contained in:
Halvor Møll Nilsen 2012-10-30 14:51:12 +01:00
parent ae05d3d7e8
commit e66df86e2d

View File

@ -223,12 +223,7 @@ namespace Opm
: w_(0)
{
}
WellsManager::WellsManager(struct Wells* W)
: w_(W)
{
}
/// Construct from existing wells object.
WellsManager::WellsManager(struct Wells* W)