summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
commit0b227c37425c33f1d87e8414a19ed2f12600ffd9 (patch)
tree7338e5dbed049b3189df3fba48fe87a2d0690d74 /src/include/cctk.h
parentb8a990eee99d27d1b1382208c60a2996c56d4ea3 (diff)
Initial stuff for adding errorcodes ... Tom I still can't find
the one you say is in Cactus3.0? git-svn-id: http://svn.cactuscode.org/flesh/trunk@490 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 0a099356..cf180195 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -20,6 +20,10 @@
#include "definethorn.h"
+/* Define which thorn the file is in */
+
+#include "definethisthorn.h"
+
/* Define some stuff */
#ifdef FCODE
@@ -74,4 +78,6 @@ extern int _cctk_one;
#endif /*CCODE*/
+#define CCTK_WARN(a,b) CCTK_Warn(a,CCTK_THORNSTRING,b)
+
#endif