IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4806


Ignore:
Timestamp:
Aug 17, 2005, 8:09:41 AM (21 years ago)
Author:
eugene
Message:

added missing entries

Location:
trunk/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r4805 r4806  
    138138int     str_to_dtime           PROTO((char *line, double *second));
    139139int     str_to_time            PROTO((char *line, time_t *second));
     140int     str_to_radec           PROTO((double *ra, double *dec, char *str1, char *str2));
    140141double  sec_to_mjd             PROTO((time_t second));
    141142time_t  mjd_to_sec             PROTO((double mjd));
  • trunk/Ohana/src/opihi/lib.data/Makefile

    r4805 r4806  
    2525$(SDIR)/gaussj.$(ARCH).o                \
    2626$(SDIR)/svdcmp.$(ARCH).o                \
     27$(SDIR)/convert.$(ARCH).o               \
    2728$(SDIR)/spline.$(ARCH).o                \
    2829$(SDIR)/mrqmin.$(ARCH).o                \
Note: See TracChangeset for help on using the changeset viewer.