aboutsummaryrefslogtreecommitdiff
path: root/src/Hyperslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hyperslab.c')
-rw-r--r--src/Hyperslab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hyperslab.c b/src/Hyperslab.c
index 2795c8c..521c11c 100644
--- a/src/Hyperslab.c
+++ b/src/Hyperslab.c
@@ -484,7 +484,7 @@ int Hyperslab_GetLocalHyperslab (cGH *GH, int vindex, int vtimelvl,
switch (vinfo.vartype)
{
case CCTK_VARIABLE_CHAR:
- PICKUP_HYPERSLAB_DATA (CCTK_CHAR, vinfo.dim, vdata, *hdata,
+ PICKUP_HYPERSLAB_DATA (CCTK_BYTE, vinfo.dim, vdata, *hdata,
point, startpoint, endpoint, downsample,
points_per_dim);
break;