From 667a86b0753cf69868cbc6fcc67a385583ee2e9a Mon Sep 17 00:00:00 2001 From: Giovanni Manghi Date: Mon, 7 Jan 2019 09:54:27 +0000 Subject: [PATCH] change the name of the module to match the new name in GRASS 7.4.4 --- .../algs/grass7/description/r.mapcalculator.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 python/plugins/processing/algs/grass7/description/r.mapcalculator.txt diff --git a/python/plugins/processing/algs/grass7/description/r.mapcalculator.txt b/python/plugins/processing/algs/grass7/description/r.mapcalculator.txt deleted file mode 100644 index da148bb44aa..00000000000 --- a/python/plugins/processing/algs/grass7/description/r.mapcalculator.txt +++ /dev/null @@ -1,11 +0,0 @@ -r.mapcalculator -Calculate new raster map from a r.mapcalc expression. -Raster (r.*) -ParameterRaster|a|Raster layer A|False -ParameterRaster|b|Raster layer B|True -ParameterRaster|c|Raster layer C|True -ParameterRaster|d|Raster layer D|True -ParameterRaster|e|Raster layer E|True -ParameterRaster|f|Raster layer F|True -ParameterString|expression|Formula|A*2 -OutputRaster|output|Calculated