[GRASS-SVN] r61805 - grass/branches/releasebranch_7_0/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 5 04:58:24 PDT 2014


Author: neteler
Date: 2014-09-05 04:58:24 -0700 (Fri, 05 Sep 2014)
New Revision: 61805

Modified:
   grass/branches/releasebranch_7_0/lib/raster/color_range.c
   grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c
   grass/branches/releasebranch_7_0/lib/raster/window.c
Log:
libraster: minor msg and doxygen backports

Modified: grass/branches/releasebranch_7_0/lib/raster/color_range.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/color_range.c	2014-09-05 11:55:30 UTC (rev 61804)
+++ grass/branches/releasebranch_7_0/lib/raster/color_range.c	2014-09-05 11:58:24 UTC (rev 61805)
@@ -75,7 +75,7 @@
 }
 
 /*!
-   \brief Get color range values (DELL)
+   \brief Get color range values (DCELL)
 
    Returns min and max category in the range or huge numbers if the
    color table is defined on floating cell values and not on

Modified: grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c	2014-09-05 11:55:30 UTC (rev 61804)
+++ grass/branches/releasebranch_7_0/lib/raster/get_cellhd.c	2014-09-05 11:58:24 UTC (rev 61805)
@@ -63,7 +63,7 @@
     if (is_reclass) {
 	fp = G_fopen_old("cellhd", real_name, real_mapset);
 	if (!fp)
-	    G_fatal_error(_("Unable to read header file for raster map <%s@%s>."
+	    G_fatal_error(_("Unable to read header file for raster map <%s@%s>. "
 			    "It is a reclass of raster map <%s@%s> %s"),
 			  name, mapset, real_name, real_mapset,
 			  !G_find_raster(real_name, real_mapset)

Modified: grass/branches/releasebranch_7_0/lib/raster/window.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/window.c	2014-09-05 11:55:30 UTC (rev 61804)
+++ grass/branches/releasebranch_7_0/lib/raster/window.c	2014-09-05 11:58:24 UTC (rev 61805)
@@ -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