summaryrefslogtreecommitdiff
path: root/src/include/cctk_Reduction.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-01 20:41:41 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-01 20:41:41 +0000
commit8689d256fb37d7d4439c43097ea862ec921be487 (patch)
tree7ca9c54158824d91dffbfcf3ce70c20fef73f7a1 /src/include/cctk_Reduction.h
parent02e69b5712f072bf4d0f48e813af78a82c3e5bfb (diff)
Declared reduction operator arguments as array[] rather than *array.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1794 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Reduction.h')
-rw-r--r--src/include/cctk_Reduction.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 0d94d20a..96b7a467 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -17,13 +17,13 @@ extern "C"
#endif
#define REDUCTION_OPERATOR_REGISTER_ARGLIST \
- cGH *, \
- int, \
- int, \
- int, \
- void *, \
- int, \
- int *
+ cGH *GH, \
+ int proc, \
+ int num_outvals, \
+ int outtype, \
+ void *outvals, \
+ int num_invars, \
+ int varlist []
#define REDUCTION_ARRAY_OPERATOR_REGISTER_ARGLIST \
cGH *GH, \