File: init.g

package info (click to toggle)
gap-tomlib 1r2p5-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 234,200 kB
  • ctags: 36
  • sloc: xml: 5,290; makefile: 63
file content (20 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#############################################################################
##
#W  init.g              GAP tables of marks library             Thomas Breuer
##
#H  @(#)$Id: init.g,v 1.6 2003/10/30 09:11:07 gap Exp $
##
#Y  Copyright (C)  2001,  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
##

# Read the declaration part.
ReadPackage( "tomlib", "gap/tmadmin.tmd" );
#ReadPackage( "tomlib", "gap/test.gd" );

ReadPackage( "tomlib", "gap/stdgen.gd" );


#############################################################################
##
#E