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/dvo/pmeasure.c

    r13505 r14590  
    127127        if ((R < Rmin) || (R > Rmax) || (D < -90.0) || (D > 90.0)) {
    128128          char *date;
    129           date = sec_to_date (catalog.measure[m+k].t);
     129          date = ohana_sec_to_date (catalog.measure[m+k].t);
    130130          gprint (GP_LOG, "out: %f, %f : %s : (%f, %f) + (%f, %f)\n", R, D, date, catalog.average[i].R, catalog.average[i].D, catalog.measure[m+k].dR/3600.0, catalog.measure[m+k].dD/3600.0);
    131131          free (date);
Note: See TracChangeset for help on using the changeset viewer.