[GRASS-SVN] r32967 -
grass/branches/develbranch_6/raster/wildfire/r.ros
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 21 07:57:06 EDT 2008
Author: neteler
Date: 2008-08-21 07:57:06 -0400 (Thu, 21 Aug 2008)
New Revision: 32967
Modified:
grass/branches/develbranch_6/raster/wildfire/r.ros/spot_dist.c
Log:
Remove unused (and broken) max() macro (merge from trunk, r32963)
Modified: grass/branches/develbranch_6/raster/wildfire/r.ros/spot_dist.c
===================================================================
--- grass/branches/develbranch_6/raster/wildfire/r.ros/spot_dist.c 2008-08-21 11:48:43 UTC (rev 32966)
+++ grass/branches/develbranch_6/raster/wildfire/r.ros/spot_dist.c 2008-08-21 11:57:06 UTC (rev 32967)
@@ -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