aboutsummaryrefslogtreecommitdiff
path: root/src/pointwise2.F90
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 /src/pointwise2.F90
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
Diffstat (limited to 'src/pointwise2.F90')
-rw-r--r--src/pointwise2.F902
1 files changed, 1 insertions, 1 deletions
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)