Changeset 14590 for trunk/Ohana/src/opihi/cmd.astro/getlst.c
- Timestamp:
- Aug 21, 2007, 2:10:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/getlst.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/getlst.c
r7964 r14590 16 16 if (argc != 3) goto syntax; 17 17 18 if (! str_to_time (argv[1], &time)) {18 if (!ohana_str_to_time (argv[1], &time)) { 19 19 if (Variable != NULL) free (Variable); 20 20 return (FALSE); … … 23 23 longitude = atof (argv[2]); 24 24 25 jd = sec_to_jd (time);25 jd = ohana_sec_to_jd (time); 26 26 fprintf (stderr, "jd: %f\n", jd); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
