#1767 closed enhancement (fixed)
v.univar: add sum
Reported by: | mlennert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.3 |
Component: | Vector | Version: | unspecified |
Keywords: | v.univar | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
I was surprised to discover that v.univar does not print out the sum of the variable asked for. The attached very simple patch (against 64_release) does that. Was there any reason I should know about why the sum was not included ?
And: is it acceptable to add the sum to grass6, or is this an unacceptable change in behaviour of a module and should only be added to grass7 ?
Moritz
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | v.univar.sum.diff added |
---|
follow-up: 2 comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
In the first place eval and -g flag should be used. Then I don't see any v.univar usage the official scripts not in the C code. Should be fine.
Note:
See TracTickets
for help on using tickets.
Since it is an "easy" patch, added to G6.4-G7 in r53533, r53534, 53535.