Fixed minor error

This commit is contained in:
Kjetil Olsen Lye
2012-03-27 10:57:44 +02:00
parent 5b485b8c8a
commit 2bdebbe7db

View File

@@ -414,7 +414,7 @@ namespace Opm
well_data[wix].target = wconprods.wconprod[kw].THP_limit_;
break;
case 7:
well_data[wix].control = GRUP;
// Handle group here.
break;
default:
THROW("Unknown well control mode; WCONPROD = "
@@ -503,6 +503,11 @@ namespace Opm
THROW("Failed to add well controls.");
}
}
if(deck.hasField("GRUPTREE") {
}
}