summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 10:49:56 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 10:49:56 +0000
commitf3ad6104076416ada4e1f2f64bc55930d511d701 (patch)
tree9e028f426e72e0d1fef6551540315209c86bcb65 /src/include
parentca0c43e194132dc839142367f88d8c83199f3f32 (diff)
Define the type CCTK_POINTER_TO_CONST in Fortran as well.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3520 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_Types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/cctk_Types.h b/src/include/cctk_Types.h
index 12f3976e..8536c484 100644
--- a/src/include/cctk_Types.h
+++ b/src/include/cctk_Types.h
@@ -64,7 +64,8 @@ typedef unsigned char CCTK_BYTE;
/* Define stuff for fortran. */
#ifdef FCODE
-#define CCTK_POINTER integer*SIZEOF_CHAR_P
+#define CCTK_POINTER integer*SIZEOF_CHAR_P
+#define CCTK_POINTER_TO_CONST integer*SIZEOF_CHAR_P
#define CCTK_STRING CCTK_POINTER