[cig-commits] r5148 - in long/3D/Gale/trunk/src/StgFEM: . Discretisation/src

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


Author: walter
Date: 2006-10-31 13:31:42 -0800 (Tue, 31 Oct 2006)
New Revision: 5148

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/Discretisation/src/BilinearElementType.c
Log:
 r853 at earth:  boo | 2006-10-31 13:30:37 -0800
  r843 at earth (orig r659):  KathleenHumble | 2006-10-25 19:03:34 -0700
  commenting out
  unsigned      gElInd;
  as this variable is not used in this function
  and was causing warnings
  
  
 



Property changes on: long/3D/Gale/trunk/src/StgFEM
___________________________________________________________________
Name: svk:merge
   - 38867592-cf10-0410-9e16-a142ea72ac34:/cig:852
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:658
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:853
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:659

Modified: long/3D/Gale/trunk/src/StgFEM/Discretisation/src/BilinearElementType.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/Discretisation/src/BilinearElementType.c	2006-10-31 21:31:39 UTC (rev 5147)
+++ long/3D/Gale/trunk/src/StgFEM/Discretisation/src/BilinearElementType.c	2006-10-31 21:31:42 UTC (rev 5148)
@@ -307,7 +307,7 @@
 		unsigned	inds[3];
 		Coord		lCrds[4] = {{-1.0, -1.0, 0.0}, {1.0, -1.0, 0.0}, 
 					    {-1.0, 1.0, 0.0}, {1.0, 1.0, 0.0}};
-		unsigned	gElInd;
+		/*unsigned	gElInd;*/
 		unsigned	bc_i;
 
 		/* Check first triangle. */



More information about the cig-commits mailing list