IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2004, 5:33:48 PM (22 years ago)
Author:
eugene
Message:

cleaned up structures to compile successfully

File:
1 edited

Legend:

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

    r252 r253  
    88
    99/** photometry system transformation types */
    10 enum {
     10typedef enum {
    1111    PS_PHOT_SYS,
    12     PS_PHOT_REF,
    13 } psPhotTransformType
     12    PS_PHOT_REF
     13} psPhotTransformType;
    1414
    1515/** photometry system definition */
     
    2727    psPhotSystem dst;
    2828    psPhotSystem colorPlus, colorMinus; ///< Colour reference
    29     psPolynomial2D colorAirmasTerm;
    30     psPhotTranformType type;
     29    psPolynomial2D transform;
     30    psPhotTransformType type;
    3131} psPhotTransform;
    3232
Note: See TracChangeset for help on using the changeset viewer.