IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2004, 9:36:06 PM (22 years ago)
Author:
Paul Price
Message:

No need to specify a different bit mask to return when setting a bit.

File:
1 edited

Legend:

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

    r344 r353  
    3030/** Set a bit mask */
    3131psBitMask *
    32 psBitMaskSet(psBitMask *outMask,        ///< Output bit mask or NULL
    33              const psBitMask *myMask,   ///< Input bit mask
     32psBitMaskSet(psBitMask *myMask,         ///< Input bit mask
    3433             int bit                    ///< Bit to set
    3534    );
Note: See TracChangeset for help on using the changeset viewer.