[GRASS-SVN] r60959 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 25 05:08:05 PDT 2014


Author: hcho
Date: 2014-06-25 05:08:05 -0700 (Wed, 25 Jun 2014)
New Revision: 60959

Modified:
   grass/trunk/lib/raster/window.c
Log:
libraster: Removed incorrect comment

Modified: grass/trunk/lib/raster/window.c
===================================================================
--- grass/trunk/lib/raster/window.c	2014-06-25 12:00:23 UTC (rev 60958)
+++ grass/trunk/lib/raster/window.c	2014-06-25 12:08:05 UTC (rev 60959)
@@ -223,9 +223,6 @@
  *  - row+0.5 will return the northing for the center of the row.
  *  - row+1.0 will return the northing for the southern edge of the row.
  *
- * <b>Note:</b> The result is a <i>double</i>. Casting it to an
- * <i>int</i> will give the column number.
- *
  * \param row row number
  * \param[in] window pointer to Cell_head
  *



More information about the grass-commit mailing list