summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorhawke <hawke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-18 09:58:31 +0000
committerhawke <hawke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-18 09:58:31 +0000
commitdff8b4e6193b560e26efa6458ad33fb473aa912a (patch)
tree5c44c5e02d681dfa5c526d69275a6f2e27bb85f5 /src/include/cctk.h
parent4a04d1704f598995608523dc10229a7568f00f4d (diff)
Add cctk_Interp.h to cctk.h (FCODE section). Surround C prototypes in
cctk_Interp.h with CCODE ifdefs. This allows Fortran code to use the same #def'd error codes as the C code. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3989 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 49cd2769..a79a53a6 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -27,6 +27,7 @@
#ifdef FCODE
#include "cctk_Faces.h"
+#include "cctk_Interp.h"
#define CCTK_PRINTSEPARATOR\
print '("--------------------------------------------------------------------------------")'