aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authoryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-11-14 17:50:02 +0000
committeryye00 <yye00@d60812e6-3970-4df4-986e-c251b06effeb>2005-11-14 17:50:02 +0000
commit325bd9c079d695811f72b4e8507a07c1c6cfdb9b (patch)
tree1773d9650bfa35bd992495fedb3177879de993ca /src/Startup.c
parenta0874cffdf5002abcf7ae3b7cdd12a7bf3b4bb36 (diff)
migration from misnomer pointwise-reduction to reduce arrays globally
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@78 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 872e27f..2a46428 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -40,6 +40,9 @@ int PUGHReduce_Startup (void)
/* Register the Global reduction operator */
CCTK_RegisterGridArrayReductionOperator(PUGH_ReduceGridArrays);
+ /* Register the Array reducction globally operator */
+ CCTK_RegisterReduceArraysGloballyOperator(PUGH_ReduceArraysGlobally);
+
/* Register the reduction operators provided by PUGH */
CCTK_RegisterReductionOperator (PUGH_ReductionAvgGVs, "average");
CCTK_RegisterReductionOperator (PUGH_ReductionAvgGVs, "mean");