[GRASS-SVN] r66400 - grass/trunk/raster/r.thin

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 2 10:38:25 PDT 2015


Author: hcho
Date: 2015-10-02 10:38:25 -0700 (Fri, 02 Oct 2015)
New Revision: 66400

Modified:
   grass/trunk/raster/r.thin/io.c
   grass/trunk/raster/r.thin/main.c
Log:
r.thin: Remove an unused variable, Update the copyright block

Modified: grass/trunk/raster/r.thin/io.c
===================================================================
--- grass/trunk/raster/r.thin/io.c	2015-10-02 17:35:53 UTC (rev 66399)
+++ grass/trunk/raster/r.thin/io.c	2015-10-02 17:38:25 UTC (rev 66400)
@@ -88,7 +88,6 @@
     char *tmpstr1, *tmpstr2;
     char rname[GNAME_MAX];
     char rmapset[GMAPSET_MAX];
-    int is_reclass;
 
     /* open raster map */
     cell_file = Rast_open_old(name, "");

Modified: grass/trunk/raster/r.thin/main.c
===================================================================
--- grass/trunk/raster/r.thin/main.c	2015-10-02 17:35:53 UTC (rev 66399)
+++ grass/trunk/raster/r.thin/main.c	2015-10-02 17:38:25 UTC (rev 66400)
@@ -8,10 +8,12 @@
  *               Systems, 1990) and Jean Ezell (USACERL, 1988).
  *
  *               Roberto Flor <flor itc.it>, Markus Neteler <neteler itc.it>
- *               Glynn Clements <glynn gclements.plus.com>, Hamish Bowman <hamish_b yahoo.com>,
- *               Jan-Oliver Wagner <jan intevation.de>
+ *               Glynn Clements <glynn gclements.plus.com>,
+ *               Hamish Bowman <hamish_b yahoo.com>,
+ *               Jan-Oliver Wagner <jan intevation.de>,
+ *               Huidae Cho <grass4u gmail.com>
  * PURPOSE:      Cell-file line thinning
- * COPYRIGHT:    (C) 1999-2006 by the GRASS Development Team
+ * COPYRIGHT:    (C) 1999-2015 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS



More information about the grass-commit mailing list