mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Use correct syntax for logical not.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
// opmfil is hardcoded to be true. i.e the pinch processor is never used
|
||||
if (~opmfil && eclgrid->isPinchActive()) {
|
||||
if (!opmfil && eclgrid->isPinchActive()) {
|
||||
const double minpv = eclgrid->getMinpvValue();
|
||||
const double thickness = eclgrid->getPinchThresholdThickness();
|
||||
auto transMode = eclgrid->getPinchOption();
|
||||
|
||||
Reference in New Issue
Block a user