[cig-commits] r5139 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Mesh/src

walter at geodynamics.org walter at geodynamics.org
Tue Oct 31 13:30:08 PST 2006


Author: walter
Date: 2006-10-31 13:30:07 -0800 (Tue, 31 Oct 2006)
New Revision: 5139

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c
Log:
 r3125 at earth:  boo | 2006-10-31 13:26:15 -0800
  r3103 at earth (orig r3880):  KathleenHumble | 2006-10-25 18:36:28 -0700
  removed line defining a Dictionary pointer dict,
  in SurfaceAdaptor.c ( in func _SurfaceAdaptor_Construct)
  because it was unused throughout the rest of the function,
  and was causing warnings on some compilers.
  
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3124
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3879
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3125
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3880

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c	2006-10-31 21:30:04 UTC (rev 5138)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/SurfaceAdaptor.c	2006-10-31 21:30:07 UTC (rev 5139)
@@ -153,7 +153,7 @@
 
 void _SurfaceAdaptor_Construct( void* adaptor, Stg_ComponentFactory* cf, void* data ) {
 	SurfaceAdaptor*	self = (SurfaceAdaptor*)adaptor;
-	Dictionary*		dict;
+	
 
 	assert( self );
 	assert( cf );



More information about the cig-commits mailing list