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/math/psMatrix.c

    r3880 r3966  
    2121 *  @author Robert DeSonia, MHPCC
    2222 *
    23  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2005-05-11 02:29:39 $
     23 *  @version $Revision: 1.28.2.1 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2005-05-19 01:09:56 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    470470}
    471471
    472 psImage* psMatrixEigenvectors(psImage* outImage, psImage* inImage)
     472psImage* psMatrixEigenvectors(psImage* outImage, const psImage* inImage)
    473473{
    474474    psS32 numRows = 0;
Note: See TracChangeset for help on using the changeset viewer.