summaryrefslogtreecommitdiff
path: root/src/include/cctk_Reduction.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:56:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:56:31 +0000
commitca08c68ac75f62fb3750be571301c470136538f9 (patch)
tree9f16b2ee285a472827a69f7a28b456aaf4464ecd /src/include/cctk_Reduction.h
parent3476a41713d8ba22e68990f9690ec12005298c89 (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1312 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Reduction.h')
-rw-r--r--src/include/cctk_Reduction.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 2fb17dbc..0b877650 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -12,7 +12,8 @@
#define _CCTK_REDUCTION_H_
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
#define REDUCTION_OPERATOR_REGISTER_ARGLIST \
@@ -67,22 +68,22 @@ int CCTK_ReduceLocalArray1D (cGH *GH, int proc, int operation_handle,
int num_in_array1d, int data_type);
int CCTK_ReduceLocScalar(cGH *GH, int proc, int operation_handle,
- void *in_scalar, void *out_scalar, int data_type);
+ void *in_scalar, void *out_scalar, int data_type);
int CCTK_ReduceLocArrayToArray1D(cGH *GH, int proc, int operation_handle,
- void *in_array1d, void *out_array1d,
- int num_in_array1d,
- int data_type);
+ void *in_array1d, void *out_array1d,
+ int num_in_array1d,
+ int data_type);
int CCTK_ReduceLocArrayToArray2D(cGH *GH, int proc, int operation_handle,
- void *in_array2d, void *out_array2d,
- int xsize, int ysize,
- int data_type);
+ void *in_array2d, void *out_array2d,
+ int xsize, int ysize,
+ int data_type);
int CCTK_ReduceLocArrayToArray3D(cGH *GH, int proc, int operation_handle,
- void *in_array3d, void *out_array3d,
- int xsize, int ysize, int zsize,
- int data_type);
+ void *in_array3d, void *out_array3d,
+ int xsize, int ysize, int zsize,
+ int data_type);
int CCTK_ReduceArray(cGH *GH,
@@ -100,4 +101,4 @@ int CCTK_ReduceArray(cGH *GH,
}
#endif
-#endif
+#endif /* _CCTK_REDUCTION_H_ */