From 92628187b0427e7466f680ed3da1a0c6d4b24ae6 Mon Sep 17 00:00:00 2001 From: babrodtk Date: Wed, 8 Jul 2015 17:40:10 +0200 Subject: [PATCH] Initial integration of VFP --- opm/core/simulator/WellState.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/core/simulator/WellState.hpp b/opm/core/simulator/WellState.hpp index a3ee2e02c..985953453 100644 --- a/opm/core/simulator/WellState.hpp +++ b/opm/core/simulator/WellState.hpp @@ -67,14 +67,12 @@ 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: { const int first_cell = wells->well_cells[wells->well_connpos[w]]; bhp_[w] = state.pressure()[first_cell]; - thp_[w] = -1e100; } } } else {