aboutsummaryrefslogtreecommitdiff
path: root/m/prototype
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-21 18:09:12 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-04-21 18:09:12 -0500
commit0f7f62fa31558f45f5f90ce37bccefab7fb312d6 (patch)
tree41ebe7ed4c50e0417e12052a0104f6efbe16564a /m/prototype
parent88c4be53a9f66a5a361e6ff0f2508219ae8f8ba6 (diff)
Don't use explicit path name when including Slicing.h
Diffstat (limited to 'm/prototype')
-rw-r--r--m/prototype/ML_BSSN_Helper/interface.ccl1
-rw-r--r--m/prototype/ML_BSSN_Helper/src/RegisterSlicing.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/m/prototype/ML_BSSN_Helper/interface.ccl b/m/prototype/ML_BSSN_Helper/interface.ccl
index 4c57f29..a9995d6 100644
--- a/m/prototype/ML_BSSN_Helper/interface.ccl
+++ b/m/prototype/ML_BSSN_Helper/interface.ccl
@@ -2,6 +2,7 @@ IMPLEMENTS: ML_BSSN_Helper
INHERITS: ADMBase CoordGauge ML_BSSN
+USES INCLUDE: Slicing.h
USES INCLUDE: Symmetry.h
diff --git a/m/prototype/ML_BSSN_Helper/src/RegisterSlicing.c b/m/prototype/ML_BSSN_Helper/src/RegisterSlicing.c
index 313bf32..46eeb80 100644
--- a/m/prototype/ML_BSSN_Helper/src/RegisterSlicing.c
+++ b/m/prototype/ML_BSSN_Helper/src/RegisterSlicing.c
@@ -1,6 +1,5 @@
#include <cctk.h>
-
-#include "CactusEinstein/CoordGauge/src/Slicing.h"
+#include <Slicing.h>
int
ML_BSSN_RegisterSlicing (void)