IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 523


Ignore:
Timestamp:
Apr 26, 2004, 4:04:52 PM (22 years ago)
Author:
Paul Price
Message:

Changing psBitMask to psBitset in other files

Location:
trunk/archive/pslib/include
Files:
2 edited

Legend:

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

    r398 r523  
    3939
    4040/** @ingroup MathGroup */
    41 # include <psBitMask.h>
     41# include <psBitset.h>
    4242# include <psFFT.h>
    4343# include <psFunctions.h>
  • trunk/archive/pslib/include/psObject.h

    r344 r523  
    2121    float colour, colourErr;            ///< Colour and associated error, if known
    2222    psPhotSysrem colorPlus, colorMinus; ///< Colour reference
    23     psBitMask *quality;                 ///< Bit mask for quality information
     23    psBitset *quality;                  ///< Bit mask for quality information
    2424    psCell *parentCell;                 ///< Cell this measurement came from
    2525} psObject;
Note: See TracChangeset for help on using the changeset viewer.