IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 183


Ignore:
Timestamp:
Mar 9, 2004, 4:04:04 PM (22 years ago)
Author:
rhl
Message:

Enumerated types are integral

File:
1 edited

Legend:

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

    r160 r183  
    99/** Magic values for errors */
    1010enum {
    11     PS_NO_VALUE = -111.0,               //!< Corresponding value not yet measured
    12     PS_NO_ERROR = -222.0                //!< Corresponding value has no error
     11    PS_NO_VALUE = -111,                 //!< Corresponding value not yet measured
     12    PS_NO_ERROR = -222                  //!< Corresponding value has no error
    1313};
    1414
Note: See TracChangeset for help on using the changeset viewer.