Changeset 41170 for branches/eam_branches/ipp-20191011/Ohana/src/libdvo
- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana/src/libdvo/src/dvosorts.c
r40397 r41170 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.
