IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 622


Ignore:
Timestamp:
May 7, 2004, 3:42:16 PM (22 years ago)
Author:
Paul Price
Message:

Made psPhotSystem members const.

File:
1 edited

Legend:

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

    r344 r622  
    1515/** photometry system definition */
    1616typedef struct {
    17     int ID;                             ///< ID number for this photometric system
    18     char *name;                         ///< Name of photometric system
    19     char *camera;                       ///< Camera for photometric system
    20     char *filter;                       ///< Filter used for photometric system
    21     char *detector;                     ///< Detector used for photometric system
     17    const int ID;                       ///< ID number for this photometric system
     18    const char *name;                   ///< Name of photometric system
     19    const char *camera;                 ///< Camera for photometric system
     20    const char *filter;                 ///< Filter used for photometric system
     21    const char *detector;               ///< Detector used for photometric system
    2222} psPhotSystem;
    2323
Note: See TracChangeset for help on using the changeset viewer.