Skip to content

Commit

Permalink
Improve code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Brandt committed Aug 28, 2019
1 parent 1584bf6 commit 3d1cf85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/grppc.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ InstallGlobalFunction( PrintPcPresentation, function(G, commBool)
gens := GeneratorsOfGroup( F );
pis := RelativeOrders( pcgs );

# the power
# compute the orders of the pc-generators
for i in [1..n] do
exp := ExponentsOfRelativePower( pcgs, i ){[i+1..n]};
t := One( F );
Expand All @@ -1886,7 +1886,8 @@ InstallGlobalFunction( PrintPcPresentation, function(G, commBool)
fi;
od;

# the commutators / powers
# compute the commutators / conjugation
# of all pairs of pc-generators
trivialCommutators := false;
for i in [1..n] do
for j in [i+1..n] do
Expand Down

0 comments on commit 3d1cf85

Please sign in to comment.