Minor fixes

This commit is contained in:
babrodtk 2015-08-18 10:17:28 +02:00
parent 9458fcc498
commit 60a66165f5

View File

@ -67,7 +67,6 @@ namespace Opm
bhp_[w] = well_controls_get_current_target( ctrl );
break;
case THP:
assert(false && "Not properly implemented");
thp_[w] = well_controls_get_current_target( ctrl );
break;
default: