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/psMatrix.h

    r3264 r3966  
    2222 *  @author Ross Harman, MHPCC
    2323 *
    24  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    25  *  @date $Date: 2005-02-17 19:26:23 $
     24 *  @version $Revision: 1.15.8.1 $ $Name: not supported by cvs2svn $
     25 *  @date $Date: 2005-05-19 01:09:56 $
    2626 *
    2727 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    131131psImage* psMatrixEigenvectors(
    132132    psImage* outImage,                 ///< Eigenvectors to return, or NULL.
    133     psImage* inImage                   ///< Input image.
     133    const psImage* inImage  ///< Input image.
    134134);
    135135
Note: See TracChangeset for help on using the changeset viewer.