aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b83b3108-af97-48ba-8c81-9293ccf7f924>2010-04-21 13:41:20 +0000
committerknarf <knarf@b83b3108-af97-48ba-8c81-9293ccf7f924>2010-04-21 13:41:20 +0000
commita2b1dfafeb210f6814821a4bd735871ebd986dc2 (patch)
treeda51b8fd507b1302ecdf2bed003f587455183898
parent8fd557accbe607180881e623fa9d0bf015fab370 (diff)
fix for new location of ADMMacros
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@4 b83b3108-af97-48ba-8c81-9293ccf7f924
-rw-r--r--src/SetTmunu.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SetTmunu.F b/src/SetTmunu.F
index 36dbd0d..e75b14a 100644
--- a/src/SetTmunu.F
+++ b/src/SetTmunu.F
@@ -17,7 +17,7 @@ c Then make a copy of that into the T2munu variables.
#define TMUNUBASE_SETTMUNU
-#include "CactusEinstein/ADMMacros/src/macro/STRESSENERGY_declare.h"
+#include "EinsteinBase/ADMMacros/src/macro/STRESSENERGY_declare.h"
integer i, j, k
@@ -25,7 +25,7 @@ c Then make a copy of that into the T2munu variables.
do j = 1, cctk_lsh(2)
do i = 1, cctk_lsh(1)
-#include "CactusEinstein/ADMMacros/src/macro/STRESSENERGY_guts.h"
+#include "EinsteinBase/ADMMacros/src/macro/STRESSENERGY_guts.h"
eTtt(i,j,k) = Ttt
@@ -40,7 +40,7 @@ c Then make a copy of that into the T2munu variables.
eTyz(i,j,k) = Tyz
eTzz(i,j,k) = Tzz
-#include "CactusEinstein/ADMMacros/src/macro/STRESSENERGY_undefine.h"
+#include "EinsteinBase/ADMMacros/src/macro/STRESSENERGY_undefine.h"
end do
end do