[cig-commits] r7953 - mc/3D/CitcomS/trunk/lib

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Sep 12 12:19:50 PDT 2007


Author: tan2
Date: 2007-09-12 12:19:50 -0700 (Wed, 12 Sep 2007)
New Revision: 7953

Modified:
   mc/3D/CitcomS/trunk/lib/Stokes_flow_Incomp.c
Log:
Removed the test for F=0 load vector bug. The bug was fixed in r7940.

Modified: mc/3D/CitcomS/trunk/lib/Stokes_flow_Incomp.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Stokes_flow_Incomp.c	2007-09-12 19:13:16 UTC (rev 7952)
+++ mc/3D/CitcomS/trunk/lib/Stokes_flow_Incomp.c	2007-09-12 19:19:50 UTC (rev 7953)
@@ -708,8 +708,6 @@
                 v_res, gneq);
         fprintf(stderr, "initial residue of momentum equation F %.9e %d\n",
                 v_res, gneq);
-	if(fabs(v_res) < 1e-7)
-	  myerror(E,"something is probably wrong, zero residual of initial load vector?");
     }
 
 



More information about the cig-commits mailing list