Skip to content

Commit 0d58132

Browse files
Fix typos in test
1 parent 5a8b35e commit 0d58132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tst/test_functions.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PermCentralizerTests := function(k)
6363

6464
g := Group(GeneratorsOfGroup(g));
6565
t := NanosecondsSinceEpoch();
66-
btkit := BTKit_SimpleSearch(ps, [ BTKit_Con.InGroup(g), BTKit_Con.PermCentralizer(d, e) ] );
66+
btkit := BTKit_SimpleSearch(ps, [ BTKit_Con.InGroup(g), BTKit_Con.PermCentralizer(e) ] );
6767
t := NanosecondsSinceEpoch() - t;
6868
Info(InfoBTKitTest, 5, "BTKit: ", t / 1000000000., " size: ", Size(btkit));
6969

@@ -102,7 +102,7 @@ CentralizerTest := function()
102102

103103
g := Group(GeneratorsOfGroup(g));
104104

105-
l := List(GeneratorsOfGroup(h), x -> BTKit_Con.PermCentralizer(d, x));
105+
l := List(GeneratorsOfGroup(h), x -> BTKit_Con.PermCentralizer(x));
106106
Add(l, BTKit_Con.InGroup(g));
107107

108108
t := NanosecondsSinceEpoch();

0 commit comments

Comments
 (0)