aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2010-04-23 13:22:12 +0000
committerknarf <knarf@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2010-04-23 13:22:12 +0000
commit64573efa583d44fa2c693d3e2affdca3f2ef96a8 (patch)
tree4126c697485264181d66106f8d16eeab995441a5
parent356d0361bd3d586d1761eae4ea81537cf95bd46c (diff)
correct path (but not that the path is actually there)HEADsvnmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/TGRtensor/trunk@52 b716e942-a2de-43ad-8f52-f3dfe468e4e7
-rw-r--r--src/pointwise.F902
-rw-r--r--src/pointwise2.F902
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pointwise.F90 b/src/pointwise.F90
index 3b55f0e..9ae76b2 100644
--- a/src/pointwise.F90
+++ b/src/pointwise.F90
@@ -27,7 +27,7 @@ module pointwise
public get_tensorderivs3
contains
#define TGR_INCLUDED
-#include "TAT/TGRtensor/src/derivs.F90"
+#include "EinsteinUtils/TGRtensor/src/derivs.F90"
#undef TGR_INCLUDED
subroutine calc_position (shape, i,j,k, pos)
integer, intent(in) :: shape(3)
diff --git a/src/pointwise2.F90 b/src/pointwise2.F90
index d337721..2c79550 100644
--- a/src/pointwise2.F90
+++ b/src/pointwise2.F90
@@ -25,7 +25,7 @@ module pointwise2
public get_2tensorderivs3
contains
#define TGR_INCLUDED
-#include "TAT/TGRtensor/src/derivs2.F90"
+#include "EinsteinUtils/TGRtensor/src/derivs2.F90"
#undef TGR_INCLUDED
subroutine calc_2position (shape, i,j, pos)
integer, intent(in) :: shape(2)