aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index b88d09e..bde7264 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -238,7 +238,7 @@ static void *IOBasic_SetupGH (tFleshConfig *config, int conv_level, cGH *GH)
or the 'IOBasic::out{Info|Scalar}_reductions' parameter.
@enddesc
@calls CCTK_GroupTypeFromVarI
- CCTK_ReductionHandle
+ CCTK_LocalArrayReductionHandle
@var vindex
@vdesc index of the variable to set info output
@@ -391,7 +391,7 @@ void IOBasic_AssignReductionList (int vindex, const char *optstring, void *arg)
string_start = string_end;
/* get the reduction handle from the reduction operator */
- reduction_handle = CCTK_ReductionHandle (reduction_op);
+ reduction_handle = CCTK_LocalArrayReductionHandle (reduction_op);
if (reduction_handle < 0)
{
CCTK_VWarn (5, __LINE__, __FILE__, CCTK_THORNSTRING,