[GRASS-SVN] r59974 - grass/branches/releasebranch_7_0/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 29 13:39:19 PDT 2014


Author: martinl
Date: 2014-04-29 13:39:19 -0700 (Tue, 29 Apr 2014)
New Revision: 59974

Modified:
   grass/branches/releasebranch_7_0/temporal/Makefile
Log:
disable t.select, t.vect.mapcalc, t.rast.mapcalc2 and t.rast3d.mapcalc2 (#2271)


Modified: grass/branches/releasebranch_7_0/temporal/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/temporal/Makefile	2014-04-29 19:21:09 UTC (rev 59973)
+++ grass/branches/releasebranch_7_0/temporal/Makefile	2014-04-29 20:39:19 UTC (rev 59974)
@@ -21,7 +21,6 @@
 	t.rast.univar \
 	t.rast.list \
 	t.rast.mapcalc \
-	t.rast.mapcalc2 \
 	t.rast.neighbors \
 	t.rast.series \
 	t.rast.export \
@@ -32,21 +31,22 @@
 	t.rast3d.list \
 	t.rast3d.extract \
 	t.rast3d.mapcalc \
-	t.rast3d.mapcalc2 \
 	t.rast3d.univar \
 	t.rename \
-	t.select \
 	t.snap \
 	t.shift \
 	t.vect.list \
 	t.vect.db.select \
 	t.vect.export \
 	t.vect.extract \
-	t.vect.mapcalc \
 	t.vect.import \
 	t.vect.what.strds \
 	t.vect.observe.strds \
 	t.vect.univar
+#	t.rast.mapcalc2
+#	t.rast3d.mapcalc2 
+#	t.select 
+#	t.vect.mapcalc 
 
 PGM = temporalintro
 



More information about the grass-commit mailing list