Changeset 10510
- Timestamp:
- Dec 6, 2006, 12:45:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/coordops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/coordops.c
r8294 r10510 90 90 } 91 91 if (!strcmp(type, "-ZEA") || !strcmp(type, "-ZPL")) { 92 if (R > 2*DEG_RAD) { 93 *ra = L; 94 *dec = M; 95 return (FALSE); 96 } 92 97 stht = 1 - 0.5*SQ(R*RAD_DEG); 93 98 ctht = sqrt (1 - stht*stht);
Note:
See TracChangeset
for help on using the changeset viewer.
