[GRASS-SVN] r44379 - grass/branches/develbranch_6/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 23 04:15:24 EST 2010


Author: aghisla
Date: 2010-11-23 01:15:24 -0800 (Tue, 23 Nov 2010)
New Revision: 44379

Modified:
   grass/branches/develbranch_6/imagery/i.atcorr/GeomCond.cpp
Log:
Fixed #1221. Wrong length of etiq1.

Modified: grass/branches/develbranch_6/imagery/i.atcorr/GeomCond.cpp
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/GeomCond.cpp	2010-11-22 23:11:24 UTC (rev 44378)
+++ grass/branches/develbranch_6/imagery/i.atcorr/GeomCond.cpp	2010-11-23 09:15:24 UTC (rev 44379)
@@ -412,7 +412,7 @@
 /* ---- print geometrical conditions ---- */
 void GeomCond::print()
 {
-    static const string etiq1[13] = {
+    static const string etiq1[14] = {
 	string(" user defined conditions     "),
 	string(" meteosat observation        "),
 	string(" goes east observation       "),



More information about the grass-commit mailing list