aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMin.c
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-10-14 17:03:25 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-10-14 17:03:25 +0000
commitcc6f10490615b4956e71a4e782e8dbcebcfc5747 (patch)
treecaf45972daadb574122930a6c9b3fd1828773dfc /src/ReductionMin.c
parentb1d8b27b72b40628deddb18d4448701534e864e8 (diff)
changed mpi_operation to global_operation-better naming
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@46 7daa882c-dc44-4453-834e-278d26b18e6a
Diffstat (limited to 'src/ReductionMin.c')
-rw-r--r--src/ReductionMin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index 0d7fcc0..957cb1a 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -1237,7 +1237,7 @@ static int ReductionMin (int N_dims, int operator_handle,
if ( Util_TableQueryNKeys(param_table_handle) != 0)
{
ierr = Util_TableSetInt(param_table_handle, num_points, "num_points");
- ierr = Util_TableSetInt(param_table_handle, 2,"mpi_operation");
+ ierr = Util_TableSetInt(param_table_handle, 2,"global_operation");
ierr = Util_TableSetInt(param_table_handle, 1,"perform_division");
}