Changeset 40750
- Timestamp:
- May 25, 2019, 8:56:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/libdvo/src/dvosorts.c
r40397 r40750 76 76 } 77 77 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? 79 80 void sort_coords_indexonly (double *X, double *Y, off_t *S, off_t N) { 80 81 OHANA_UNUSED_PARAM(Y);
Note:
See TracChangeset
for help on using the changeset viewer.
