remove PINCH item 2 support.

This commit is contained in:
Liu Ming 2015-10-09 10:32:57 +08:00
parent fc263590ea
commit 8beccf431f

View File

@ -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;
}
}