Skip to content

Commit 0b60118

Browse files
committed
Update gridcalculator.rst
1 parent 86ab4c8 commit 0b60118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/saga/help/gridcalculator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Example
5353

5454
You can for instance use the Grid Calculator module to flag 0 cells with -1:
5555

56-
ifelse(eq(g1,0), (-1), g2)
56+
``ifelse(eq(g1,0), (-1), g2)``
5757

5858
The formula reads like "if the cell is equal to zero, then write -1 else write the current value to the output grid".
5959

0 commit comments

Comments
 (0)