diff --git a/opm/core/utility/newwells.c b/opm/core/utility/newwells.c index 5ee1b2ad8..e177f89fd 100644 --- a/opm/core/utility/newwells.c +++ b/opm/core/utility/newwells.c @@ -492,7 +492,7 @@ append_well_controls(enum WellControlType type, struct Wells *W) /* ---------------------------------------------------------------------- */ { - int ok, alloc, p, np; + int ok, alloc, np; struct WellControls *ctrl; struct WellControlMgmt *m;