Changes between Initial Version and Version 1 of Ticket #3564, comment 4


Ignore:
Timestamp:
May 22, 2018, 7:13:11 AM (6 years ago)
Author:
yugr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3564, comment 4

    initial v1  
    11One more symmetry issue in ./vector/v.profile/main.c:
    2   static int compdist(const void *d1, const void *d2)
    3   {
     2{{{
     3static int compdist(const void *d1, const void *d2)
     4{
    45    ...
    56    if (r1->distance > r2->distance)
     
    78    else
    89        return -1;
    9   }
     10}
     11}}}