[GRASS-SVN] r36006 - grass/branches/releasebranch_6_4/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 21 04:05:28 EST 2009


Author: neteler
Date: 2009-02-21 04:05:28 -0500 (Sat, 21 Feb 2009)
New Revision: 36006

Modified:
   grass/branches/releasebranch_6_4/imagery/i.atcorr/main.cpp
Log:
debug msg cosmetics

Modified: grass/branches/releasebranch_6_4/imagery/i.atcorr/main.cpp
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.atcorr/main.cpp	2009-02-21 09:04:59 UTC (rev 36005)
+++ grass/branches/releasebranch_6_4/imagery/i.atcorr/main.cpp	2009-02-21 09:05:28 UTC (rev 36006)
@@ -381,7 +381,7 @@
                     }
                 }
             }
-	    G_debug(3, "Computed r%d, c%d", row, col);
+	    G_debug(3, "Computed r%d (%d), c%d (%d)", row, nrows, col, ncols);
             /* transform from iscale.[min,max] to [0,1] */
             buf[col] = (buf[col] - iscale.min) / ((float)iscale.max - (float)iscale.min);
             buf[col] = transform(ti, imask, buf[col]);



More information about the grass-commit mailing list