aboutsummaryrefslogtreecommitdiff
path: root/src/maple/coeffs.maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-17 17:35:05 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-17 17:35:05 +0000
commit7bf303b6071cedb8c0333d9f673caf643bc74ed3 (patch)
tree59a8737c3621b32c6003d6f2ab4e0ecf1b80ed12 /src/maple/coeffs.maple
parent52a381b7be1eca93a86f4fb0b631f0286188f51f (diff)
always use ../maple/ paths to avoid where-are-we ambiguities
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@358 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/maple/coeffs.maple')
-rw-r--r--src/maple/coeffs.maple6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/maple/coeffs.maple b/src/maple/coeffs.maple
index 123a494..eff3e44 100644
--- a/src/maple/coeffs.maple
+++ b/src/maple/coeffs.maple
@@ -15,9 +15,9 @@
setup_coeff_gfas :=
proc()
global
-@include "coords.minc",
-@include "coeffs.minc",
-@include "gfa.minc";
+@include "../maple/coords.minc",
+@include "../maple/coeffs.minc",
+@include "../maple/gfa.minc";
# 1st ($X^u_i$) and 2nd ($X^u_{ij}$) partial derivs
# of (r,rho,sigma) wrt (xx,yy,zz)