summaryrefslogtreecommitdiff
path: root/src/include/cctk_Reduction.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
commitd475e8040a76eb7776eb5ed8f3f3edc0f417f6c7 (patch)
treee377c6a035918a2ef81c2655946a11b27513e253 /src/include/cctk_Reduction.h
parent1de5cce82d9fac333fba971bd5c19547c4d22abe (diff)
Removed tabs from files.
Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Reduction.h')
-rw-r--r--src/include/cctk_Reduction.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 7cb83153..63716314 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -5,11 +5,9 @@
@desc
Header file for using reduction operators
@enddesc
+ @version $Header$
@@*/
-/* $Id$ */
-
-
#ifndef _CCTK_REDUCTION_H_
#define _CCTK_REDUCTION_H_
@@ -18,7 +16,7 @@ extern "C" {
#endif
#define REDUCTION_OPERATOR_REGISTER_ARGLIST \
- cGH *, \
+ cGH *, \
int, \
int, \
int, \
@@ -39,12 +37,12 @@ extern "C" {
int outType
int CCTK_Reduce(cGH *GH,
- int proc,
- int operation_handle,
- int num_out_vals,
- int type_out_vals,
- void *out_vals,
- int num_in_fields, ...);
+ int proc,
+ int operation_handle,
+ int num_out_vals,
+ int type_out_vals,
+ void *out_vals,
+ int num_in_fields, ...);
int CCTK_ReductionHandle(const char *reduction);
@@ -63,7 +61,7 @@ int CCTK_ReduceLocalScalar (cGH *GH, int proc, int operation_handle,
int CCTK_ReduceLocalArray1D (cGH *GH, int proc, int operation_handle,
void *in_array1d, void *out_array1d,
- int num_in_array1d, int data_type);
+ int num_in_array1d, int data_type);
int CCTK_ReduceArray(cGH *GH,
@@ -78,7 +76,7 @@ int CCTK_ReduceArray(cGH *GH,
... );
#ifdef __cplusplus
- }
+}
#endif
#endif