aboutsummaryrefslogtreecommitdiff
path: root/src/gr/doit.maple
blob: 5055e3bedb97abcbdfe63a26c264442b01234d9a (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
# $Header$

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);