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/dataManip/psUnaryOp.h

    r3182 r3966  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-02-10 02:36:41 $
     32 *  @version $Revision: 1.1.8.1 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2005-05-19 01:09:56 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6161psType* psUnaryOp(
    6262    psPtr out,                         ///< Output type, either psImage or psVector.
    63     psPtr in,                          ///< Input, either psImage or psVector.
    64     char *op                           ///< Operator.
     63    const psPtr in,   ///< Input, either psImage or psVector.
     64    const char *op   ///< operator.
    6565);
    6666
Note: See TracChangeset for help on using the changeset viewer.