Changeset 41155
- Timestamp:
- Nov 27, 2019, 10:43:47 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvosorts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvosorts.c
r40397 r41155 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.
