[cig-commits] r4886 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Geometry/tests

walter at geodynamics.org walter at geodynamics.org
Wed Oct 11 13:48:33 PDT 2006


Author: walter
Date: 2006-10-11 13:48:32 -0700 (Wed, 11 Oct 2006)
New Revision: 4886

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexMath.c
Log:
 r2943 at earth:  boo | 2006-10-11 13:42:50 -0700
  r2859 at earth (orig r3847):  KathleenHumble | 2006-10-10 19:38:21 -0700
  Changing the same line yet again to get rid of negative
  sign on zero entry.
  Put a fabs around my zero number in the hopes it might work.
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2942
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3846
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2943
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3847

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexMath.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexMath.c	2006-10-11 20:48:30 UTC (rev 4885)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexMath.c	2006-10-11 20:48:32 UTC (rev 4886)
@@ -127,7 +127,7 @@
 			Journal_Printf(stream, "Answer within tolerance %g of %.5f + i %.5f\n", 
 				TESTCOMPLEXMATH_TOL,
 				dest[REAL_PART],
-				0);
+				fabs(0));
 		}
 		else{
 			Journal_Printf(stream, "Answer not within tolerance %g of %.5f + i %.5f\n", 



More information about the cig-commits mailing list