-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathread.g
More file actions
22 lines (20 loc) · 825 Bytes
/
read.g
File metadata and controls
22 lines (20 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#############################################################################
##
## read.g Forms package
## John Bamberg
## Jan De Beule
##
## Copyright 2015, The University of Western Austalia
## Copyright 2015, Ghent University
## Copyright 2015, Vrije Universiteit Brussel
##
## Reading the implementation part of the Desargues package.
##
#############################################################################
ReadPackage("forms", "lib/forms.gi");
ReadPackage("forms", "lib/recognition.gi");
ReadPackage("forms", "lib/classic.gi");
ReadPackage("forms", "lib/recognition_new.gi");
if IsBound( ConformalSymplecticGroup ) then
ReadPackage("forms", "lib/conformal.gi");
fi;