From 04c5158a3aa5a1ed1f479e7376258bc9a9c43ed2 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 9 Apr 2001 19:04:55 +0000 Subject: Changing CCTK_CHAR to CCTK_BYTE git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@9 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/Operator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3