[GRASS-SVN] r43733 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 29 22:30:42 EDT 2010


Author: hamish
Date: 2010-09-30 02:30:42 +0000 (Thu, 30 Sep 2010)
New Revision: 43733

Modified:
   grass-addons/imagery/i.landsat.acca/algorithm.c
Log:
rm unused variable

Modified: grass-addons/imagery/i.landsat.acca/algorithm.c
===================================================================
--- grass-addons/imagery/i.landsat.acca/algorithm.c	2010-09-30 02:26:34 UTC (rev 43732)
+++ grass-addons/imagery/i.landsat.acca/algorithm.c	2010-09-30 02:30:42 UTC (rev 43733)
@@ -350,7 +350,7 @@
 void acca_second(int verbose, Gfile * out, Gfile band,
 		 int review_warm, double upper, double lower)
 {
-    int i, row, col, nrows, ncols;
+    int row, col, nrows, ncols;
     char *mapset;
 
     int code;



More information about the grass-commit mailing list