aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_reductions.h
diff options
context:
space:
mode:
authorgoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:17:43 +0000
committergoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2004-09-09 17:17:43 +0000
commit876db562b6f661e2269f2ea2dd2f84448cef8f29 (patch)
tree8a8a8f51e9951cf1c4a653fef29490c4d12197ec /src/pugh_reductions.h
parent6a8475cff8dbfa946e1401711a0a4ccf32c4fa10 (diff)
New global reduction stuff.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@49 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/pugh_reductions.h')
-rw-r--r--src/pugh_reductions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pugh_reductions.h b/src/pugh_reductions.h
index f11d012..7634497 100644
--- a/src/pugh_reductions.h
+++ b/src/pugh_reductions.h
@@ -9,7 +9,7 @@
@@*/
#ifndef _PUGH_REDUCTIONS_H_
-#define _PUGH_REDUCTIONS_H_
+#define _PUGH_REDUCTIONS_H_ 1
#include "cctk.h"
@@ -139,6 +139,7 @@
#ifdef __cplusplus
extern "C" {
#endif
+int PUGH_ReduceGridArrays (REDUCTION_GRID_ARRAY_OPERATOR_REGISTER_ARGLIST);
int PUGH_ReductionAvgGVs (REDUCTION_OPERATOR_REGISTER_ARGLIST);
int PUGH_ReductionCountGVs (REDUCTION_OPERATOR_REGISTER_ARGLIST);