File: read.g

package info (click to toggle)
gap-toric 1.9.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: xml: 770; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################################
##
#A  read.g                  toric library                David Joyner
##
##  This file is read by GAP upon startup. It installs all functions of
##  the toric library 
##
##

#############################################################################
##
#F  Read calls to load all files.  
##
ReadPackage("toric", "lib/util.gi"); 
ReadPackage("toric", "lib/toric.gi");