aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm1.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/ReductionNorm1.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/ReductionNorm1.c')
-rw-r--r--src/ReductionNorm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c
index 9ca7160..eb7bc03 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -1281,7 +1281,7 @@ static int ReductionL1 (int N_dims, int operator_handle,
if ( global_calling != 0)
{
ierr = Util_TableSetInt(param_table_handle, num_points, "num_points");
- ierr = Util_TableSetInt(param_table_handle, 3,"mpi_operation");
+ ierr = Util_TableSetInt(param_table_handle, 3,"global_operation");
ierr = Util_TableSetInt(param_table_handle, 0,"perform_division");
}
else