[GRASS-SVN] r38860 - grass-addons/vector/v.krige
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 25 08:55:44 EDT 2009
Author: aghisla
Date: 2009-08-25 08:55:43 -0400 (Tue, 25 Aug 2009)
New Revision: 38860
Modified:
grass-addons/vector/v.krige/v.krige.py
Log:
move other initial checks in a function to avoid double check in double parsing?
Modified: grass-addons/vector/v.krige/v.krige.py
===================================================================
--- grass-addons/vector/v.krige/v.krige.py 2009-08-25 08:11:42 UTC (rev 38859)
+++ grass-addons/vector/v.krige/v.krige.py 2009-08-25 12:55:43 UTC (rev 38860)
@@ -130,6 +130,8 @@
import grass.script as grass
except ImportError:
sys.exit(_("No GRASS-python library found."))
+
+# move other checks in functions, as R?
# globals
maxint = 1e6 # instead of sys.maxint, not working with SpinCtrl on 64bit [reported by Bob Moskovitz]
More information about the grass-commit
mailing list