Skip to content

Commit

Permalink
Changed @FR to @fr
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Feb 23, 2016
1 parent 9f153c3 commit 97aebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gap/vhgroup.gi
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ InstallGlobalFunction(GammaPQMachine, function(p,q)
local i, j, k, pset, qset, trans, out;

if QUATERNIONBASIS@=fail then
MakeReadWriteGlobal("QUATERNIONBASIS@FR");
MakeReadWriteGlobal("QUATERNIONBASIS@fr");
QUATERNIONBASIS@ := Basis(QuaternionAlgebra(Rationals));
MakeReadOnlyGlobal("QUATERNIONBASIS@FR");
MakeReadOnlyGlobal("QUATERNIONBASIS@fr");
fi;

pset := QUATERNIONNORMP@(p);
Expand Down

0 comments on commit 97aebf5

Please sign in to comment.