[cig-commits] r13852 - in long/3D/Gale/trunk: . src/StgFEM/SLE/SystemSetup/src

walter at geodynamics.org walter at geodynamics.org
Mon Jan 12 16:03:33 PST 2009


Author: walter
Date: 2009-01-12 16:03:33 -0800 (Mon, 12 Jan 2009)
New Revision: 13852

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SystemLinearEquations.c
Log:
 r2448 at dante:  boo | 2008-12-24 10:59:44 -0800
 Add a space between residual and the semicolon ';' to ease parsing



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2446
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2448

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SystemLinearEquations.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SystemLinearEquations.c	2009-01-12 22:10:23 UTC (rev 13851)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SystemLinearEquations.c	2009-01-13 00:03:33 UTC (rev 13852)
@@ -730,7 +730,7 @@
           /* Check if residual is below tolerance */
           converged = (residual < tolerance);
           
-          Journal_Printf(self->info,"Non linear solver - Residual %.8e; Tolerance %.4e%s%s - %g (secs)\n\n", residual, tolerance, 
+          Journal_Printf(self->info,"Non linear solver - Residual %.8e ; Tolerance %.4e%s%s - %g (secs)\n\n", residual, tolerance, 
                          (converged) ? " - Converged" : " - Not converged",
                          (self->nonLinearIteration_I < maxIterations) ? ""
                          : " - Reached iteration limit",



More information about the CIG-COMMITS mailing list