Changeset 13105
- Timestamp:
- May 1, 2007, 12:04:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/sky_tessalation.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/sky_tessalation.c
r12775 r13105 292 292 // only keep one of the parity images 293 293 if (((triangle[0].d >= 0) && (parity == +1)) || ((triangle[0].d < 0) && (parity == -1))) { 294 strcpy (image[0].coords.ctype, " RA---TAN");294 strcpy (image[0].coords.ctype, "DEC--TAN"); 295 295 } else { 296 296 strcpy (image[0].coords.ctype, "DROP");
Note:
See TracChangeset
for help on using the changeset viewer.
