Skip to content

Commit

Permalink
Merge pull request #5 from fingolfin/mh/implications
Browse files Browse the repository at this point in the history
Refine filters for a NormalizerInGLnZ method
  • Loading branch information
gaehler authored May 28, 2019
2 parents 8acfc76 + 3ca5979 commit 266891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/normalizer.gi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

InstallMethod( NormalizerInGLnZ,
"for PointGroups of space groups from the cryst. groups catalogue",
true, [ IsPointGroup ], 0,
true, [ IsPointGroup and IsCyclotomicMatrixGroup ], 0,
function( P )
local S, p, N, s, gen;
S := AffineCrystGroupOfPointGroup( P );
Expand Down

0 comments on commit 266891b

Please sign in to comment.