aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authorschnetter <schnetter@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2005-01-29 18:11:53 +0000
committerschnetter <schnetter@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2005-01-29 18:11:53 +0000
commitf98fa73353a56af879ad76e787096ba87ea3be3b (patch)
treedcc856eed2595f1f69753758162df50f22f2b738 /src/ioFlexGH.h
parent7dcb763e7c6cfe4df1549dca78d9ccfaee851ccd (diff)
Use CCTK_BYTE instead of CCTK_CHAR.
Store CCTK_BYTE as UINT8 instead of CHAR. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@334 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index d707288..a772233 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -18,7 +18,7 @@
/* define the IOFlexIO datatypes according to CCTK_??? datatypes */
-#define FLEXIO_CHAR CHAR
+#define FLEXIO_BYTE UINT8
#ifdef CCTK_INT1
#define FLEXIO_INT1 INT8