aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/steps.c')
-rw-r--r--src/steps.c7
1 files changed, 4 insertions, 3 deletions
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)
1678{ 1678{
1679 int i; 1679 int i;
1680 1680
1681 if (step->final && opts->can_niss) { 1681 if (step->final && opts->nisstype != NORMAL) {
1682 opts->can_niss = false; 1682 opts->nisstype = NORMAL;
1683 fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); 1683 fprintf(stderr, "Step is final, NISS not used"
1684 " (-N and -L ignored)\n");
1684 } 1685 }
1685 1686
1686 for (i = 0; i < step->ntables; i++) { 1687 for (i = 0; i < step->ntables; i++) {

Generated with cgit - Back to sebastiano.tronto.net