aboutsummaryrefslogtreecommitdiff
path: root/src/Flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Flat.c')
-rw-r--r--src/Flat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Flat.c b/src/Flat.c
index 2fd87d3..2cf12da 100644
--- a/src/Flat.c
+++ b/src/Flat.c
@@ -77,14 +77,14 @@ int SORFlat3D(cGH *GH, int FieldIndex, int MIndex, int NIndex,
int input_array_dim[1];
int input_array_type_codes[1];
+ /* Boundary conditions */
+ int use_robin = 0;
+
input_array[0] = (CCTK_REAL *)&resnorm;
input_array_dim[0] = 0;
reduction_value[0] = (CCTK_REAL *)&glob_residual;
input_array_type_codes[0] = CCTK_VARIABLE_REAL;
- /* Boundary conditions */
- int use_robin = 0;
-
/* Avoid compiler warnings */
RelTol = RelTol;