Skip to content

Commit

Permalink
Added a comment int the backtrack code to explain the commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wucas authored and ChrisJefferson committed Dec 10, 2018
1 parent 757d0ed commit f051f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stbcbckt.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,9 @@ InstallGlobalFunction( PartitionBacktrack,
image.level := rbase.lev[ d ];
if IsSlicedPerm( image.perm ) then
image.perm!.length := oldprm;
# Here and below the code that refers to `rgtObj` was used to avoid multiplication
# of permutations. It has been commented out for a long time, but accidentally remained
# documented in `doc/ref/stbchain.xml` until its withdrawal in 2018.
# image.perm!.rgtObj := oldrgt;
else
image.perm := oldprm;
Expand Down

0 comments on commit f051f12

Please sign in to comment.