Changeset 14590 for trunk/Ohana/src/gastro/src/gstars.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/gastro/src/gstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/gastro/src/gstars.c
r7080 r14590 82 82 exit (1); 83 83 } 84 dms_to_ddd (&coords[0].crval1, line);84 ohana_dms_to_ddd (&coords[0].crval1, line); 85 85 coords[0].crval1 = coords[0].crval1 * 15.0; 86 86 … … 90 90 exit (1); 91 91 } 92 dms_to_ddd (&coords[0].crval2, line);92 ohana_dms_to_ddd (&coords[0].crval2, line); 93 93 } 94 94 }
Note:
See TracChangeset
for help on using the changeset viewer.
