IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41155


Ignore:
Timestamp:
Nov 27, 2019, 10:43:47 AM (7 years ago)
Author:
eugene
Message:

add a commet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvosorts.c

    r40397 r41155  
    7676}
    7777
    78 /* sort a coordinate pair (X,Y) and the associated index (S) */
     78/* sort the index of a coordinate pair (X,Y) on X (vector pair stays unsorted) */
     79// XXX isn't this function equivalent to dsort_indexonly?
    7980void sort_coords_indexonly (double *X, double *Y, off_t *S, off_t N) {
    8081  OHANA_UNUSED_PARAM(Y);
Note: See TracChangeset for help on using the changeset viewer.