IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2004, 6:44:29 PM (22 years ago)
Author:
Paul Price
Message:

Defined the "char *system" in the offset functions.

File:
1 edited

Legend:

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

    r281 r282  
    6363psGetOffset(const psCoord *restrict position1, //!< Position 1
    6464            const psCoord *restrict position2, //!< Position 2
    65             char *system)
    66 ;
     65            const char *type            //!< Type of offset: Linear, Spherical/Arcsec, Spherical/Degreees etc
     66    );
    6767
    6868/** Apply an offset to a position */
     
    7070psApplyOffset(const psCoord *restrict position, //!< Position
    7171              const psCoord *restrict offset, //!< Offset
    72               char *system)
    73 ;
     72              const char *type          //!< Type of offset: Linear, Spherical/Arcsec, Spherical/Degreees etc
     73    );
    7474
    7575/* Positions of well-known objects */
Note: See TracChangeset for help on using the changeset viewer.