Changeset 12400
- Timestamp:
- Mar 9, 2007, 9:11:18 PM (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
r12332 r12400 44 44 */ 45 45 tcoords.crval1 = 0.5*(region[0].Rmin + region[0].Rmax); 46 if (region[0]. Rmax < 90) {46 if (region[0].Dmax < 90) { 47 47 tcoords.crval2 = 0.5*(region[0].Dmin + region[0].Dmax); 48 48 } else { -
trunk/Ohana/src/addstar/src/find_matches_closest.c
r12332 r12400 45 45 */ 46 46 tcoords.crval1 = 0.5*(region[0].Rmin + region[0].Rmax); 47 if (region[0]. Rmax < 90) {47 if (region[0].Dmax < 90) { 48 48 tcoords.crval2 = 0.5*(region[0].Dmin + region[0].Dmax); 49 49 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
