Changeset 29759
- Timestamp:
- Nov 12, 2010, 2:08:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/find_matches.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/find_matches.c
r29123 r29759 80 80 /* build spatial index (RA sort) referencing input array sequence */ 81 81 for (i = 0; i < Npoints; i++) { 82 X1[i] = Y1[i] = NAN; 82 // we need to have a finite number for the sort below; index == -1 entries are skipped 83 // in the matching process 84 X1[i] = Y1[i] = 0.0; 83 85 N1[i] = i; 84 86 if (index[i] == -1) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
