IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12222


Ignore:
Timestamp:
Mar 4, 2007, 3:46:09 PM (19 years ago)
Author:
eugene
Message:

adding missing prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/libdvo/include/dvo.h

    r12206 r12222  
    216216
    217217/* in coords.c, using libautocode/def/coords.d */
     218int  XY_to_LM (double *L, double *M, double x,  double y,   Coords *coords);
     219int  LM_to_XY (double *x,  double *y,   double L, double M, Coords *coords);
     220int  RD_to_LM (double *L, double *M, double ra,  double dec,   Coords *coords);
     221int  LM_to_RD (double *ra, double *dec,   double L, double M, Coords *coords);
    218222int  XY_to_RD (double *ra, double *dec, double x,  double y,   Coords *coords);
    219223int  RD_to_XY (double *x,  double *y,   double ra, double dec, Coords *coords);
Note: See TracChangeset for help on using the changeset viewer.