aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ReduceGA.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ReduceGA.c b/src/ReduceGA.c
index e7f7181..b8bae1c 100644
--- a/src/ReduceGA.c
+++ b/src/ReduceGA.c
@@ -209,9 +209,10 @@ static int ReduceGridArrays (const cGH *GH,
/* Get flag to perform division by number of points or not */
ierr = Util_TableGetInt(param_table_handle, &perform_division, "perform_division");
+ ierr = Util_TableGetInt(param_table_handle, &num_points, "num_points");
+
#ifdef CCTK_MPI
pughGH = PUGH_pGH (GH);
- ierr = Util_TableGetInt(param_table_handle, &num_points, "num_points");
ierr = Util_TableGetInt(param_table_handle, &proc, "proc");
ierr = Util_TableGetInt(param_table_handle, &mpi_operation, "mpi_operation");