[GRASS-SVN] r42786 - grass-addons/imagery/i.topo.corr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 14 11:03:19 EDT 2010
Author: neteler
Date: 2010-07-14 15:03:19 +0000 (Wed, 14 Jul 2010)
New Revision: 42786
Modified:
grass-addons/imagery/i.topo.corr/main.c
Log:
cosmetics
Modified: grass-addons/imagery/i.topo.corr/main.c
===================================================================
--- grass-addons/imagery/i.topo.corr/main.c 2010-07-14 12:11:38 UTC (rev 42785)
+++ grass-addons/imagery/i.topo.corr/main.c 2010-07-14 15:03:19 UTC (rev 42786)
@@ -225,7 +225,7 @@
/* Abre fichero de bandas y el de salida */
full_open_old(&band, input->answers[i]);
if (band.type != DCELL_TYPE) {
- G_warning(_("Reflectance of <%s> is not DCELL"),
+ G_warning(_("Reflectance of <%s> is not DCELL - ignored."),
input->answers[i]);
G_close_cell(band.fd);
continue;
@@ -259,5 +259,6 @@
G_close_cell(dem.fd);
}
+ G_done_msg(" ");
exit(EXIT_SUCCESS);
}
More information about the grass-commit
mailing list