Changes between Initial Version and Version 1 of Ticket #2621
- Timestamp:
- 04/07/15 11:41:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2621
- Property Keywords r.random.cells added
- Property Summary r.random.cell should use NULL instead of 0 → r.random.cells should use NULL instead of 0
- Property Version 7.0.0 → svn-releasebranch70
-
Ticket #2621 – Description
initial v1 1 It seems that r.random.cell is using 0 to mark empty areas instead of using proper NULL values.2 It is easy fixable by r.null scall, still it should be fixed.1 It seems that r.random.cells is using 0 to mark empty areas instead of using proper NULL values. 2 It is easy fixable by r.null call, still it should be fixed. 3 3 4 4 If it is a desired behaviour, documentation should be updated to state it.