aboutsummaryrefslogtreecommitdiff
path: root/src/Write1D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write1D.c')
-rw-r--r--src/Write1D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Write1D.c b/src/Write1D.c
index e750f1d..999e583 100644
--- a/src/Write1D.c
+++ b/src/Write1D.c
@@ -687,7 +687,7 @@ static void WriteData (int vtype,
/* print out header */
fputs (header, file[0]);
- if (vtype == CCTK_VARIABLE_CHAR)
+ if (vtype == CCTK_VARIABLE_BYTE)
{
WRITE_DATA (0, CCTK_BYTE, int, 0, format[0], file[0]);
}