aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DCGDT_guts.h
diff options
context:
space:
mode:
authorgoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-26 10:25:13 +0000
committergoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-26 10:25:13 +0000
commitca8802c3bed2b865e9deecf374d1c33e9e957e9c (patch)
tree9f041e88bc570a1a4dfed6c3fdf07116ce85340c /src/macro/DCGDT_guts.h
parent99067b9abd552218c84be2ffcd68e93708ead4f1 (diff)
Removing unnecessary explicit paths from #include lines, since
#include "..." always looks in the current directory of the file containing the #include first. This should make it easier to move the macros around. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@34 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/DCGDT_guts.h')
-rw-r--r--src/macro/DCGDT_guts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/DCGDT_guts.h b/src/macro/DCGDT_guts.h
index 04417cf..84f57f5 100644
--- a/src/macro/DCGDT_guts.h
+++ b/src/macro/DCGDT_guts.h
@@ -40,7 +40,7 @@
IF (shift_state .ne. 0) THEN
-#include "CactusEinstein/Einstein/src/macro/LIEG_guts.h"
+#include "LIEG_guts.h"
DCGDT_DCGXXDT = DCGDT_DCGXXDT + LIEG_LGXX
DCGDT_DCGXYDT = DCGDT_DCGXYDT + LIEG_LGXY
@@ -79,7 +79,7 @@
if (*shift_state != 0)
{
-#include "CactusEinstein/Einstein/src/macro/LIEG_guts.h"
+#include "LIEG_guts.h"
DCGDT_DCGXXDT = DCGDT_DCGXXDT + LIEG_LGXX;
DCGDT_DCGXYDT = DCGDT_DCGXYDT + LIEG_LGXY;