aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnissybin0 -> 319928 bytes
-rw-r--r--src/steps.c3
2 files changed, 1 insertions, 2 deletions
diff --git a/nissy b/nissy
new file mode 100755
index 0000000..5b6d5ed
--- /dev/null
+++ b/nissy
Binary files differ
diff --git a/src/steps.c b/src/steps.c
index 933d823..0357e69 100644
--- a/src/steps.c
+++ b/src/steps.c
@@ -1494,8 +1494,7 @@ prepare_step(Step *step, SolveOptions *opts)
1494 1494
1495 if (step->final && opts->can_niss) { 1495 if (step->final && opts->can_niss) {
1496 opts->can_niss = false; 1496 opts->can_niss = false;
1497 fprintf(stderr, "Step if final, niss not used" 1497 fprintf(stderr, "Step is final, NISS not used (-n ignored)\n");
1498 "(-n ignored)\n");
1499 } 1498 }
1500 1499
1501 for (i = 0; i < step->ntables; i++) 1500 for (i = 0; i < step->ntables; i++)

Generated with cgit - Back to sebastiano.tronto.net