[GRASS-SVN] r62665 - in grass/branches/releasebranch_7_0: . imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 8 07:12:10 PST 2014


Author: neteler
Date: 2014-11-08 07:12:10 -0800 (Sat, 08 Nov 2014)
New Revision: 62665

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/imagery/i.atcorr/iwave.cpp
Log:
i.atcorr: remove duplicate entry of 'worldview 2 blue' (trunk, r62638)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62628,62632,62642,62649,62652,62655-62657
   + /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62628,62632,62638,62642,62649,62652,62655-62657

Modified: grass/branches/releasebranch_7_0/imagery/i.atcorr/iwave.cpp
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.atcorr/iwave.cpp	2014-11-08 15:08:48 UTC (rev 62664)
+++ grass/branches/releasebranch_7_0/imagery/i.atcorr/iwave.cpp	2014-11-08 15:12:10 UTC (rev 62665)
@@ -3231,7 +3231,7 @@
 	string(" vgt1 spot4 MIR  "),
 	string(" vgt2 spot5 0    "), string(" vgt2 spot5 2    "), string(" vgt2 spot5 3    "),
 	string(" vgt2 spot5 MIR  "), string(" worldview 2 pan  "), string(" worldview 2 coastal blue"),
-	string(" worldview 2 blue "), string(" worldview 2 blue "), string(" worldview 2 green"),
+	string(" worldview 2 blue "),  string(" worldview 2 green"),
 	string(" worldview 2 yellow"), string(" worldview 2 red"), string(" worldview 2 red edge"),
 	string(" worldview 2 nir1"), string(" worldview 2 nir2"), string(" quickbird 2 pan"),
 	string(" quickbird 2 blue"), string(" quickbird 2 green"), string(" quickbird 2 red"),



More information about the grass-commit mailing list