aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Startup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 12aace8..924697d 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -25,6 +25,7 @@ int LocalReduce_Startup (void)
/* Register the reduction operators */
CCTK_RegisterLocalArrayReductionOperator (LocalReduce_Mean, "mean");
+ CCTK_RegisterLocalArrayReductionOperator (LocalReduce_Mean, "average");
CCTK_RegisterLocalArrayReductionOperator (LocalReduce_Max, "maximum");
CCTK_RegisterLocalArrayReductionOperator (LocalReduce_Min, "minimum");
CCTK_RegisterLocalArrayReductionOperator (LocalReduce_Count, "count");