Changeset 58765
- Timestamp:
- Jan 22, 2014, 10:58:40 AM (11 years ago)
- File:
-
- 1 edited
-
grass/trunk/raster/r.mapcalc/r.mapcalc.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/raster/r.mapcalc/r.mapcalc.html
r58764 r58765 580 580 This example uses unix-like <tt><< EOF</tt> syntax to provide 581 581 input to <em>r.mapcalc</em>. 582 <p> 583 Note that the temporary variables (maps) are not created 584 and thus it does not matter whether they exists or not. 585 In the example above, if map <tt>elev_200</tt> exists it will not be 586 overwritten and no error will be generated. 587 The reason is that the name <tt>elev_200</tt> now denotes the temporary 588 variable (map) and not the existing map. 589 The following parts of the expression will use the temporary <tt>elev_200</tt> 590 and the existing <tt>elev_200</tt> will be left intact and will not be used. 591 If a user want to use the existing map, the name of the temporary variable 592 (map) must be changed. 582 593 583 594 <h3>Random number generator initialization</h3>
Note:
See TracChangeset
for help on using the changeset viewer.
