-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathread.g
More file actions
23 lines (21 loc) · 788 Bytes
/
read.g
File metadata and controls
23 lines (21 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################################
##
## read.g genss package
## Max Neunhoeffer
## Felix Noeske
##
## Copyright 2006 Lehrstuhl D für Mathematik, RWTH Aachen
##
## Reading the implementation part of the genss package.
##
#############################################################################
ReadPackage("genss","gap/genss.gi");
ReadPackage("genss","gap/setwise.gi");
if IsBound(IO_PackageIsLoaded) then
ReadPackage("genss","gap/picklers.gi");
else
if not(IsBound(IO_PkgThingsToRead)) then
IO_PkgThingsToRead := [];
fi;
Add(IO_PkgThingsToRead,["genss","gap/picklers.gi"]);
fi;