From 8beccf431f4b7bf9bdaa379dd23addcb95de2ea3 Mon Sep 17 00:00:00 2001 From: Liu Ming Date: Fri, 9 Oct 2015 10:32:57 +0800 Subject: [PATCH] remove PINCH item 2 support. --- opm/core/grid/PinchProcessor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/grid/PinchProcessor.hpp b/opm/core/grid/PinchProcessor.hpp index 69ae64f2..6346f0db 100755 --- a/opm/core/grid/PinchProcessor.hpp +++ b/opm/core/grid/PinchProcessor.hpp @@ -248,7 +248,7 @@ namespace Opm for (int cellIdx = 0; cellIdx < nc; ++cellIdx) { const int idx = global_cell[cellIdx]; if (actnum[idx]) { - if (pv[idx] < minpvValue_ && dz[idx] < thickness_) { + if (pv[idx] < minpvValue_) { minpvCells[idx] = 1; } }