[GRASS-SVN] r64209 - grass-addons/grass7/raster/r.hypso
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 15 14:10:29 PST 2015
Author: hellik
Date: 2015-01-15 14:10:29 -0800 (Thu, 15 Jan 2015)
New Revision: 64209
Modified:
grass-addons/grass7/raster/r.hypso/r.hypso.py
Log:
r.hypso: fix wrong quartile (#2549)
Modified: grass-addons/grass7/raster/r.hypso/r.hypso.py
===================================================================
--- grass-addons/grass7/raster/r.hypso/r.hypso.py 2015-01-15 21:34:34 UTC (rev 64208)
+++ grass-addons/grass7/raster/r.hypso/r.hypso.py 2015-01-15 22:10:29 UTC (rev 64209)
@@ -107,7 +107,6 @@
print '%.0f' %findint(kl,0.25) , "|", 0.25
print '%.0f' %findint(kl,0.5) , "|", 0.5
print '%.0f' %findint(kl,0.75) , "|", 0.75
- print '%.0f' %findint(kl,0.7) , "|", 0.7
print '%.0f' %findint(kl,0.9) , "|", 0.9
print '%.0f' %findint(kl,0.975) , "|", 0.975
print '\n'
More information about the grass-commit
mailing list