Explorar o código

libraster: Removed incorrect comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60959 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=11) %!d(string=hai) anos
pai
achega
1a1e9524c7
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      lib/raster/window.c

+ 0 - 3
lib/raster/window.c

@@ -223,9 +223,6 @@ double Rast_easting_to_col(double east, const struct Cell_head *window)
  *  - 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
  *