aboutsummaryrefslogtreecommitdiff
path: root/src/ScalarBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ScalarBoundary.c')
-rw-r--r--src/ScalarBoundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ScalarBoundary.c b/src/ScalarBoundary.c
index cf76e42..c7fda74 100644
--- a/src/ScalarBoundary.c
+++ b/src/ScalarBoundary.c
@@ -1161,8 +1161,8 @@ static int ApplyBndScalar (const cGH *GH,
/* FIXME: can't pass an empty preprocessor constant as a macro argument
on some systems (e.g. MacOS X), so we have to define it outside */
#define NUMBER_PART
- case CCTK_VARIABLE_CHAR:
- SCALAR_BOUNDARY (CCTK_CHAR, CCTK_CHAR); break;
+ case CCTK_VARIABLE_BYTE:
+ SCALAR_BOUNDARY (CCTK_BYTE, CCTK_BYTE); break;
case CCTK_VARIABLE_INT:
SCALAR_BOUNDARY (CCTK_INT, CCTK_INT); break;