aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorswhite <schnetter@cct.lsu.edu>2004-12-01 16:18:00 +0000
committerswhite <schnetter@cct.lsu.edu>2004-12-01 16:18:00 +0000
commitde4a5ff0c34e64ac7064293cfffc285d16b91902 (patch)
treefdb7298f5edac7382e9dde078b5d6056ffb9f078 /Carpet/Carpet/interface.ccl
parent3ffb7d3808147aaa9e57cf9575312efaefe51a47 (diff)
typecase_INCLUDE_HEADER_IN
Made all Carpet thorns to include the "typecase" file from the Carpet thorn using the "include header: .. in .." mechanism, getting rid of explicit file paths. darcs-hash:20041201161810-32473-75f4594a4d9c19a11dbe9d07741678a84bd6f694.gz
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 587809ab7..842a20366 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -22,7 +22,7 @@ uses include header: th.hh
uses include header: operators.hh
-
+INCLUDE HEADER: typecase in carpet_typecase.hh
# Provide the function to en-/disable prolongation
CCTK_INT FUNCTION EnableProlongating(CCTK_INT IN flag)