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

walter at geodynamics.org walter at geodynamics.org
Thu Jul 6 02:06:06 PDT 2006


Author: walter
Date: 2006-07-06 02:06:05 -0700 (Thu, 06 Jul 2006)
New Revision: 3939

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testDelaunay.c
Log:
 r2467 at earth:  boo | 2006-07-06 02:02:39 -0700
  r2456 at earth (orig r3659):  RaquibulHassan | 2006-06-29 02:15:58 -0700
  Amending the test after changing the interface of the delaunay class.
  
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2466
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3658
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:2467
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3659

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testDelaunay.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testDelaunay.c	2006-07-06 09:06:03 UTC (rev 3938)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testDelaunay.c	2006-07-06 09:06:05 UTC (rev 3939)
@@ -138,7 +138,7 @@
 		
 				generatePoints( sites, i, &p );
 			
-				d = Delaunay_New( "Delaunay", dictionary, sites, i, &attr );
+				d = Delaunay_New( "Delaunay", dictionary, sites, i, 0, &attr );
 		
 				Stg_Component_Build( d, NULL, True );
 
@@ -177,7 +177,7 @@
 		
 				generatePoints( sites, i, &p );
 			
-				d = Delaunay_New( "Delaunay", dictionary, sites, i, &attr );
+				d = Delaunay_New( "Delaunay", dictionary, sites, i, 0, &attr );
 		
 				Stg_Component_Build( d, NULL, True );
 
@@ -214,7 +214,7 @@
 		
 				generatePoints( sites, i, &p );
 			
-				d = Delaunay_New( "Delaunay", dictionary, sites, i, &attr );
+				d = Delaunay_New( "Delaunay", dictionary, sites, i, 0, &attr );
 		
 				Stg_Component_Build( d, NULL, True );
 				



More information about the cig-commits mailing list