Changes between Initial Version and Version 1 of Ticket #3564, comment 4
- Timestamp:
- 05/22/18 07:13:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3564, comment 4
initial v1 1 1 One more symmetry issue in ./vector/v.profile/main.c: 2 static int compdist(const void *d1, const void *d2) 3 { 2 {{{ 3 static int compdist(const void *d1, const void *d2) 4 { 4 5 ... 5 6 if (r1->distance > r2->distance) … … 7 8 else 8 9 return -1; 9 } 10 } 11 }}}