Changeset 14291
- Timestamp:
- Jul 18, 2007, 8:49:16 AM (19 years ago)
- Location:
- trunk/Ohana/src/addstar/src
- Files:
-
- 2 edited
-
find_matches.c (modified) (1 diff)
-
find_matches_closest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/find_matches.c
r13142 r14291 55 55 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 56 56 tcoords.Npolyterms = 1; 57 strcpy (tcoords.ctype, "RA--- ZEA");57 strcpy (tcoords.ctype, "RA---ARC"); 58 58 59 59 /* build spatial index (RA sort) */ -
trunk/Ohana/src/addstar/src/find_matches_closest.c
r13142 r14291 56 56 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 57 57 tcoords.Npolyterms = 1; 58 strcpy (tcoords.ctype, "RA--- ZEA");58 strcpy (tcoords.ctype, "RA---ARC"); 59 59 60 60 /* build spatial index (RA sort) referencing input array sequence */
Note:
See TracChangeset
for help on using the changeset viewer.
