Dear Forum,
I installed "atlasrep" package. I can not get some sporadic groups like
"HS" or "McL". It returns some errors:

gap> s:=AtlasGroup("HS");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/HSG1-p100B0.m1'
#I  does not match, ignoring this file

How can I get all "AtlasGroups"?

I send the error as  an attachment.
Best regards

Sara
gap> s:=AtlasGroup("HS");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/HSG1-p100B0.m1'
#I  does not match, ignoring this file
fail
gap> s:=AtlasGroup("HS");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/HSG1-p100B0.m1'
#I  does not match, ignoring this file
fail
gap> s:=AtlasGroup("Hs");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/HSG1-p100B0.m1'
#I  does not match, ignoring this file
fail
gap> s:=AtlasGroup("McL");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/McLG1-p275B0.m1'
#I  does not match, ignoring this file
fail
gap> LoadPackage("atlasrep");
true
gap> s:=AtlasGroup("HS");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/HSG1-p100B0.m1'
#I  does not match, ignoring this file
fail
gap> s:=AtlasGroup("McL");
#I  CrcFile value of
#I  '/usr/share/gap/pkg/atlasrep/data/datagens/McLG1-p275B0.m1'
#I  does not match, ignoring this file
fail
gap> 
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to