aboutsummaryrefslogtreecommitdiff
path: root/src/Operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Operator.c')
-rw-r--r--src/Operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Operator.c b/src/Operator.c
index d2540a1..0686f9c 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -595,7 +595,7 @@ int PUGHInterp_InterpGV (cGH *GH,
/* now do the sorting according to the CCTK data type */
if (out_array_types[array] == CCTK_VARIABLE_CHAR)
{
- SORT_TYPED_ARRAY (CCTK_CHAR, type_desc[type].buffer,
+ SORT_TYPED_ARRAY (CCTK_BYTE, type_desc[type].buffer,
out_arrays[array], myGH->num_points_from[proc],
myGH->indices, offset);
}