aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorsai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>2000-09-21 17:31:30 +0000
committersai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>2000-09-21 17:31:30 +0000
commit491794bd36fe869b8c0d18821f456d443970d992 (patch)
tree75f21ff34c83a6ee70aa7e71e9641dda37509278 /interface.ccl
parentee032d6a08170ee11c32339382bc959d108da73b (diff)
Cartoon2D now uses the INCLUDE mechanism to export its tensor definitions.
Thorns using Cartoon should have `USES INCLUDE: Cartoon2D_tensors.h' in their interface.ccl and should #include Cartoon2D_tensors.h in their source file(s). Sai. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@16 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index e83a4fc..176b72f 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,3 +2,5 @@
# $Header$
implements: cartoon2d
+
+INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h