[GRASS-SVN] r37217 - grass/trunk/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 13 11:47:18 EDT 2009
Author: neteler
Date: 2009-05-13 11:47:18 -0400 (Wed, 13 May 2009)
New Revision: 37217
Modified:
grass/trunk/imagery/i.atcorr/GeomCond.cpp
Log:
more reasonable error message
Modified: grass/trunk/imagery/i.atcorr/GeomCond.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/GeomCond.cpp 2009-05-13 15:47:10 UTC (rev 37216)
+++ grass/trunk/imagery/i.atcorr/GeomCond.cpp 2009-05-13 15:47:18 UTC (rev 37217)
@@ -373,7 +373,7 @@
landsat(tu);
break;
}
- default: G_warning(_("Unsupported format"));
+ default: G_fatal_error(_("Unsupported/unreadable format in control file (found igeom=%d)"), igeom);
}
More information about the grass-commit
mailing list