From 66b66ed45020e54146e43a35a94e9d024467f7df Mon Sep 17 00:00:00 2001 From: Paolo Cavallini Date: Sun, 23 Oct 2016 07:42:51 +0200 Subject: [PATCH] Update r.mapcalc.txt Better description of r.mapcalc --- python/plugins/processing/algs/grass7/description/r.mapcalc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass7/description/r.mapcalc.txt b/python/plugins/processing/algs/grass7/description/r.mapcalc.txt index d5bd4ce3b99..6895cd4c451 100644 --- a/python/plugins/processing/algs/grass7/description/r.mapcalc.txt +++ b/python/plugins/processing/algs/grass7/description/r.mapcalc.txt @@ -2,7 +2,7 @@ r.mapcalc Raster map calculator. Raster (r.*) ParameterMultipleInput|maps|Raster maps used in the calculator|3|True -ParameterString|expression|Expression to evaluate. The raster names used in expression should be the same than in QGIS|None|True|True +ParameterString|expression|Expression to evaluate. Syntax e.g. `raster_out=raster1+raster2`. Use original filenames, without extension|None|True|True ParameterFile|file|File containing expression(s) to evaluate (same rule for raster names than above)|True ParameterString|seed|Integer seed for rand() function|None|False|True *ParameterBoolean|-s|Generate random seed (result is non-deterministic)|False