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/gastro/src/gstars.c

    r7080 r14590  
    8282        exit (1);
    8383      }
    84       dms_to_ddd (&coords[0].crval1, line);
     84      ohana_dms_to_ddd (&coords[0].crval1, line);
    8585      coords[0].crval1 = coords[0].crval1 * 15.0;
    8686
     
    9090        exit (1);
    9191      }
    92       dms_to_ddd (&coords[0].crval2, line);
     92      ohana_dms_to_ddd (&coords[0].crval2, line);
    9393    }
    9494  }
Note: See TracChangeset for help on using the changeset viewer.