IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2004, 3:55:28 PM (22 years ago)
Author:
Paul Price
Message:

Edited third option for consistency with psType in psStdArrays.h.
The first and second options can be ignored, but I haven't deleted them yet....

File:
1 edited

Legend:

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

    r207 r208  
    107107
    108108typedef struct {
    109     psTypeInfo type;
     109    psType type;
    110110    union {
    111111        int i;
     
    115115} p_psScalar;
    116116
    117 typedef struct {
    118     psType type;
    119     psDimension dim;
    120 } psTypeInfo;
    121 
    122117#endif
Note: See TracChangeset for help on using the changeset viewer.