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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 13 09:40:35 PST 2015


Author: hcho
Date: 2015-01-13 09:40:35 -0800 (Tue, 13 Jan 2015)
New Revision: 64139

Modified:
   grass/branches/releasebranch_7_0/lib/raster/reclass.c
Log:
libraster: sync doc & param names

Modified: grass/branches/releasebranch_7_0/lib/raster/reclass.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/reclass.c	2015-01-13 17:38:47 UTC (rev 64138)
+++ grass/branches/releasebranch_7_0/lib/raster/reclass.c	2015-01-13 17:40:35 UTC (rev 64139)
@@ -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