aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-22 13:46:01 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-22 13:46:01 +0000
commitc9fc5b765cde135c09eb54e1211869be530f617a (patch)
treebb69ec297a735cf0f3a4210d2f8f3ba3d56ad47c /src/include
parent0226c50c58da28a2b633e0fa8bf7e4b3670a6da6 (diff)
need to #define CCODE to fake "cctk.h" definitions
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@907 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/fake_cctk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/fake_cctk.h b/src/include/fake_cctk.h
index 10410e8..9c33a96 100644
--- a/src/include/fake_cctk.h
+++ b/src/include/fake_cctk.h
@@ -1,5 +1,6 @@
/* fake_cctk.h -- fake "cctk.h" for non-Cactus standalone compilations */
/* $Header$ */
+#define CCODE
typedef int CCTK_INT;
typedef double CCTK_REAL;