IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/getlst.c

    r7964 r14590  
    1616  if (argc != 3) goto syntax;
    1717
    18   if (!str_to_time (argv[1], &time)) {
     18  if (!ohana_str_to_time (argv[1], &time)) {
    1919      if (Variable != NULL) free (Variable);
    2020      return (FALSE);
     
    2323  longitude = atof (argv[2]);
    2424
    25   jd = sec_to_jd (time);
     25  jd = ohana_sec_to_jd (time);
    2626  fprintf (stderr, "jd: %f\n", jd);
    2727
Note: See TracChangeset for help on using the changeset viewer.