From 214ef0fe87b48e044681bb831b8ae2fc2fe1a35b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 24 Sep 2023 18:03:44 +0200 Subject: Added -L option --- src/steps.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/steps.c') diff --git a/src/steps.c b/src/steps.c index bdcbd2a..6754d22 100644 --- a/src/steps.c +++ b/src/steps.c @@ -1678,9 +1678,10 @@ prepare_step(Step *step, SolveOptions *opts) { int i; - if (step->final && opts->can_niss) { - opts->can_niss = false; - fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); + if (step->final && opts->nisstype != NORMAL) { + opts->nisstype = NORMAL; + fprintf(stderr, "Step is final, NISS not used" + " (-N and -L ignored)\n"); } for (i = 0; i < step->ntables; i++) { -- cgit v1.3