[GRASS-SVN] r39997 -
grass/branches/develbranch_6/raster/r.watershed/ram
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 14 06:49:29 EST 2009
Author: mmetz
Date: 2009-12-14 06:49:27 -0500 (Mon, 14 Dec 2009)
New Revision: 39997
Modified:
grass/branches/develbranch_6/raster/r.watershed/ram/do_astar.c
Log:
remove debug code
Modified: grass/branches/develbranch_6/raster/r.watershed/ram/do_astar.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/ram/do_astar.c 2009-12-14 10:05:15 UTC (rev 39996)
+++ grass/branches/develbranch_6/raster/r.watershed/ram/do_astar.c 2009-12-14 11:49:27 UTC (rev 39997)
@@ -40,8 +40,6 @@
ew_res = window.ew_res;
ns_res = window.ns_res;
- G_debug(0, "ew_res %e, ns_res %e", ew_res, ns_res);
-
count = 0;
first_astar = heap_index[1];
first_cum = do_points;
More information about the grass-commit
mailing list