[GRASS-SVN] r64133 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 07:04:10 PST 2015
Author: hcho
Date: 2015-01-13 07:04:10 -0800 (Tue, 13 Jan 2015)
New Revision: 64133
Modified:
grass/trunk/lib/raster/reclass.c
Log:
libraster: Correct parameter names in doc
Modified: grass/trunk/lib/raster/reclass.c
===================================================================
--- grass/trunk/lib/raster/reclass.c 2015-01-13 14:55:01 UTC (rev 64132)
+++ grass/trunk/lib/raster/reclass.c 2015-01-13 15:04:10 UTC (rev 64133)
@@ -28,13 +28,13 @@
*
* This function determines if the raster map <i>name</i> in
* <i>mapset</i> is a reclass file. If it is, then the name and mapset
- * of the referenced raster map are copied into the <i>r_name</i> and
- * <i>r_mapset</i> buffers.
+ * of the referenced raster map are copied into the <i>rname</i> and
+ * <i>rmapset</i> buffers.
*
* \param name map name
* \param mapset mapset name
- * \param[out] r_name name of reference map
- * \param[out] r_mapset mapset where reference map lives
+ * \param[out] rname name of reference map
+ * \param[out] rmapset mapset where reference map lives
*
* \returns 1 if it is a reclass file
* \return 0 if it is not
More information about the grass-commit
mailing list