IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40750


Ignore:
Timestamp:
May 25, 2019, 8:56:33 AM (7 years ago)
Author:
eugene
Message:

edit a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/libdvo/src/dvosorts.c

    r40397 r40750  
    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.