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,11 +223,6 @@ namespace Opm
: w_(0) : w_(0)
{ {
} }
WellsManager::WellsManager(struct Wells* W)
: w_(W)
{
}
/// Construct from existing wells object. /// Construct from existing wells object.