aboutsummaryrefslogtreecommitdiff
path: root/src/gr/doit.maple
blob: 3721186d3693fce9920c2fb708fea28cce066c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# top-level Maple file to read/run all code in this directory
# $Id$

read "../maple/setup.mm";

read "setup_gr_gfas.mm";
setup_gr_gfas();

read "auxiliary.mm";
read "curvature.mm";
read "horizon.mm";

`saveit/level` := 10;
auxiliary(true);
curvature(true);
horizon(true);