[GRASS-SVN] r42000 -
grass/branches/develbranch_6/gui/wxpython/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 23 10:30:47 EDT 2010
Author: aghisla
Date: 2010-04-23 10:30:47 -0400 (Fri, 23 Apr 2010)
New Revision: 42000
Modified:
grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py
Log:
reverted GUI imports to GRASS6 compliant mode, rpy2 fix.
Modified: grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py 2010-04-23 14:18:04 UTC (rev 41999)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/vkrige.py 2010-04-23 14:30:47 UTC (rev 42000)
@@ -397,7 +397,7 @@
self.SetSizerAndFit(self.Sizer)
self.VariogramCheckBox.Bind(wx.EVT_CHECKBOX, self.HideOptions)
self.VariogramCheckBox.SetValue(state = True) # check it by default
-
+
ModelFactor = robjects.r.vgm().rx('long')
ModelList = robjects.r.levels(ModelFactor[0])
#@FIXME: no other way to let the Python pick it up..
More information about the grass-commit
mailing list