Browse Source

libraster: Removed incorrect comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60959 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 năm trước cách đây
mục cha
commit
1a1e9524c7
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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
  *