IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 3:09:57 PM (21 years ago)
Author:
Paul Price
Message:

Adding const qualifiers where missing in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/collections/psBitSet.h

    r3264 r3966  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-17 19:26:23 $
     14 *  @version $Revision: 1.17.8.1 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-05-19 01:09:56 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    113113    psBitSet* outMask,                 ///< Resulting psBitSet from binary operation
    114114    const psBitSet* inMask1,           ///< First psBitSet on which to operate
    115     char *operator,                    ///< Bit operation
     115    const char *operator,  ///< Bit operation
    116116    const psBitSet* inMask2            ///< First psBitSet on which to operate
    117117);
Note: See TracChangeset for help on using the changeset viewer.