IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2004, 5:54:55 PM (22 years ago)
Author:
rhl
Message:

Misc changes to make code actually compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psPosition.h

    r183 r198  
    44/* Include array declaration macros */
    55#include "psArray.h"
     6#include "psObjects.h"
    67
    78/***********************************************************************************************************/
     
    1617
    1718/** Planets */
    18 enum {
     19typedef enum {
    1920    PS_MERCURY = 1,
    2021    PS_VENUS = 2,
     
    2829
    2930/** Catalogues */
    30 enum {
     31typedef enum {
    3132    PS_PANSTARRS,                       //!< Pan-STARRS object catalogue
    3233    PS_USNO,                            //!< USNO-B1 catalogue
     
    148149/** Get Planet positions */
    149150psSkyPos *
    150 psGetPlanetPos(enum psPlanetNum myPlanetNum, //!< Number for planet
     151psGetPlanetPos(psPlanetNum myPlanetNum, //!< Number for planet
    151152               float mjd                //!< MJD to get position for
    152153               );
    153154
    154155/** Get star list from catalogue */
    155 psObjectArray *
     156struct psObjectArray *
    156157psReadStarCatalogue(double ra,          //!< RA of centre of search
    157158                    double dec,         //!< Declination of centre of search
    158159                    float radius,       //!< Radius of search for stars in catalogue
    159160                    float mjd,          //!< The epoch (in MJD) for which to get positions
    160                     enum psCatalogue myCatalogue //!< The catalogue to use
     161                    psCatalogue myCatalogue //!< The catalogue to use
    161162    );
    162163
     
    186187
    187188/***********************************************************************************************************/
     189#endif
Note: See TracChangeset for help on using the changeset viewer.