Changeset 523
- Timestamp:
- Apr 26, 2004, 4:04:52 PM (22 years ago)
- Location:
- trunk/archive/pslib/include
- Files:
-
- 2 edited
-
psLib.h (modified) (1 diff)
-
psObject.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psLib.h
r398 r523 39 39 40 40 /** @ingroup MathGroup */ 41 # include <psBit Mask.h>41 # include <psBitset.h> 42 42 # include <psFFT.h> 43 43 # include <psFunctions.h> -
trunk/archive/pslib/include/psObject.h
r344 r523 21 21 float colour, colourErr; ///< Colour and associated error, if known 22 22 psPhotSysrem colorPlus, colorMinus; ///< Colour reference 23 psBit Mask*quality; ///< Bit mask for quality information23 psBitset *quality; ///< Bit mask for quality information 24 24 psCell *parentCell; ///< Cell this measurement came from 25 25 } psObject;
Note:
See TracChangeset
for help on using the changeset viewer.
