IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 240


Ignore:
Timestamp:
Mar 12, 2004, 6:16:28 PM (22 years ago)
Author:
Paul Price
Message:

Cleaned up comment indents.

File:
1 edited

Legend:

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

    r238 r240  
    3333/** apply the given operator to two bit masks */
    3434psBitMask *
    35 psBitMaskOp(psBitMask *outMask, //!< Output bit mask or NULL
    36             const psBitMask *restrict inMask1,  //!< Input bit mask 1
    37             char *operator,             ///< bit mask operator (AND, OR, XOR)
     35psBitMaskOp(psBitMask *outMask,         //!< Output bit mask or NULL
     36            const psBitMask *restrict inMask1, //!< Input bit mask 1
     37            char *operator,             //!< bit mask operator (AND, OR, XOR)
    3838            const psBitMask *restrict inMask2 //!< Input bit mask 2
    3939    );
Note: See TracChangeset for help on using the changeset viewer.