[GRASS-SVN] r36005 - grass/branches/develbranch_6/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 21 04:04:59 EST 2009
Author: neteler
Date: 2009-02-21 04:04:59 -0500 (Sat, 21 Feb 2009)
New Revision: 36005
Modified:
grass/branches/develbranch_6/imagery/i.atcorr/main.cpp
Log:
debug msg cosmetics
Modified: grass/branches/develbranch_6/imagery/i.atcorr/main.cpp
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/main.cpp 2009-02-21 09:04:56 UTC (rev 36004)
+++ grass/branches/develbranch_6/imagery/i.atcorr/main.cpp 2009-02-21 09:04:59 UTC (rev 36005)
@@ -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