aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-04-09 19:04:55 +0000
committerallen <allen@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-04-09 19:04:55 +0000
commit04c5158a3aa5a1ed1f479e7376258bc9a9c43ed2 (patch)
tree8096a8a4005d734fbc4199dee02a9f2a31585c90 /src
parentf1fc29e54a5d50137cfe00161e3158b675db91be (diff)
Changing CCTK_CHAR to CCTK_BYTE
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@9 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'src')
-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);
}