Skip to content

Commit

Permalink
conginv: downgrade some info warnings
Browse files Browse the repository at this point in the history
mtorpey committed Oct 19, 2017
1 parent 42906c3 commit 41f6834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gap/congruences/conginv.gi
Original file line number Diff line number Diff line change
@@ -635,9 +635,9 @@ SEMIGROUPS.KernelTraceClosure := function(S, kernel, traceBlocks, pairstoapply)
enumerate_trace();
trace_unchanged := (oldLookup = UF_TABLE(traceUF));
kernel_unchanged := (oldKernel = kernel);
Info(InfoSemigroups, 2, "lookup: ", trace_unchanged);
Info(InfoSemigroups, 2, "kernel: ", kernel_unchanged);
Info(InfoSemigroups, 2, "nrk = 0: ", nrk = 0);
Info(InfoSemigroups, 3, "lookup: ", trace_unchanged);
Info(InfoSemigroups, 3, "kernel: ", kernel_unchanged);
Info(InfoSemigroups, 3, "nrk = 0: ", nrk = 0);
until trace_unchanged and kernel_unchanged and (nrk = 0);

# Convert traceLookup to traceBlocks

0 comments on commit 41f6834

Please sign in to comment.