[cig-commits] r14686 - mc/1D/hc/trunk
becker at geodynamics.org
becker at geodynamics.org
Mon Apr 13 16:40:33 PDT 2009
Author: becker
Date: 2009-04-13 16:40:33 -0700 (Mon, 13 Apr 2009)
New Revision: 14686
Modified:
mc/1D/hc/trunk/grdinttester.c
Log:
Removed variable for warning less gcc compilation
Modified: mc/1D/hc/trunk/grdinttester.c
===================================================================
--- mc/1D/hc/trunk/grdinttester.c 2009-04-13 23:36:29 UTC (rev 14685)
+++ mc/1D/hc/trunk/grdinttester.c 2009-04-13 23:40:33 UTC (rev 14686)
@@ -12,7 +12,7 @@
{
struct ggrd_gt g1[1],g2[1];
char char_dummy;
- float x,y,x1,y1,dx,dy,rad,rad_km;
+ float x,y,x1,y1,dx,dy,rad_km;
int n;
double *z1,*z2;
z1=(double *)malloc(sizeof(double));
More information about the CIG-COMMITS
mailing list