aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)