[GRASS-SVN] r37329 -
grass/branches/releasebranch_6_4/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 21 10:09:29 EDT 2009
Author: hamish
Date: 2009-05-21 10:09:29 -0400 (Thu, 21 May 2009)
New Revision: 37329
Modified:
grass/branches/releasebranch_6_4/gui/tcltk/gis.m/vector.tcl
Log:
merge back commenting fix from devbr6
Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/vector.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/vector.tcl 2009-05-21 14:04:27 UTC (rev 37328)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/vector.tcl 2009-05-21 14:09:29 UTC (rev 37329)
@@ -10,12 +10,12 @@
##########################################################################
namespace eval GmVector {
- variable array opt # vector current options
+ variable array opt ;# vector current options
variable count 1
- variable array lfile # vector
- variable array lfilemask # vector
+ variable array lfile ;# vector
+ variable array lfilemask ;# vector
variable optlist
- variable array dup # vector
+ variable array dup ;# vector
}
###############################################################################
More information about the grass-commit
mailing list