Changeset 41341 for trunk/Ohana/src/libdvo
- Timestamp:
- Apr 16, 2020, 2:04:27 PM (6 years ago)
- Location:
- trunk/Ohana/src/libdvo
- Files:
-
- 2 edited
-
include/dvodb.h (modified) (1 diff)
-
src/dvosorts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvodb.h
r41340 r41341 5 5 6 6 // Some values used by code moved to libdvo from opihi. 7 enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT}; 7 typedef enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT, OPIHI_STR} opihiVectorTypes; 8 8 9 # define opihi_flt double 9 // # define opihi_int int64_t10 10 # define opihi_int long long int 11 11 # define OPIHI_INT_FMT "%lld" 12 13 // # define opihi_int int64_t 12 14 13 15 typedef enum { -
trunk/Ohana/src/libdvo/src/dvosorts.c
r41340 r41341 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.
