[GRASS-SVN] r58913 - grass/branches/develbranch_6/raster/r.li/r.li.setup
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 6 14:42:30 PST 2014
Author: hamish
Date: 2014-02-06 14:42:30 -0800 (Thu, 06 Feb 2014)
New Revision: 58913
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.setup/masked_area_selection.sh
Log:
remove handles linked DB
Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/masked_area_selection.sh
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/masked_area_selection.sh 2014-02-06 22:36:11 UTC (rev 58912)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/masked_area_selection.sh 2014-02-06 22:42:30 UTC (rev 58913)
@@ -192,8 +192,6 @@
g.remove rast="tmp_rli_mask.$$" --quiet
g.remove vect="tmp_rli_mask_v$$" --quiet
-# echo DROP TABLE "tmp_rli_mask_v$$" | db.execute
-
if [ "$GIS_FLAG_f" -eq 1 ] ; then
g.region n="$GIS_OPT_north" s="$GIS_OPT_south" \
e="$GIS_OPT_east" w="$GIS_OPT_west"
More information about the grass-commit
mailing list