[GRASS-SVN] r32963 - grass/trunk/raster/wildfire/r.ros
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 21 06:57:25 EDT 2008
Author: glynn
Date: 2008-08-21 06:57:24 -0400 (Thu, 21 Aug 2008)
New Revision: 32963
Modified:
grass/trunk/raster/wildfire/r.ros/spot_dist.c
Log:
Remove unused (and broken) max() macro
Modified: grass/trunk/raster/wildfire/r.ros/spot_dist.c
===================================================================
--- grass/trunk/raster/wildfire/r.ros/spot_dist.c 2008-08-21 10:32:24 UTC (rev 32962)
+++ grass/trunk/raster/wildfire/r.ros/spot_dist.c 2008-08-21 10:57:24 UTC (rev 32963)
@@ -38,7 +38,6 @@
#define DATA(map, r, c) (map)[(r) * ncols + (c)]
#define DEG2RAD 0.017453292
-#define max(a, b) (b) < (a) ? (a):(b)
/*#define DEBUG */
More information about the grass-commit
mailing list