remove PINCH item 2 support.
This commit is contained in:
parent
fc263590ea
commit
8beccf431f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user