From 80a595efe59b19cc9b5ae7594aefd65b95c60964 Mon Sep 17 00:00:00 2001 From: yye00 Date: Thu, 15 Dec 2005 22:53:47 +0000 Subject: another minor fix git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@98 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/Flat.c | 6 +++--- 1 file 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; -- cgit v1.2.3