aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2005-12-15 22:53:47 +0000
committeryye00 <yye00@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2005-12-15 22:53:47 +0000
commit80a595efe59b19cc9b5ae7594aefd65b95c60964 (patch)
tree6e7487d81b63bd626298d19f7824750514933e56
parentdf4108e226b87a43332857e1dfdab20e10e6c104 (diff)
another minor fix
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@98 fa3da13c-9f13-4301-a575-cf5b8c5e1907
-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;