IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9551


Ignore:
Timestamp:
Oct 13, 2006, 1:54:34 PM (20 years ago)
Author:
Paul Price
Message:

Adding const

Location:
trunk/psLib/src/mathtypes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psVector.c

    r9538 r9551  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-10-13 21:13:48 $
     11*  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-10-13 23:54:34 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    487487}
    488488
    489 char* psVectorToString(psVector* vector,
     489char* psVectorToString(const psVector* vector,
    490490                       int maxLength)
    491491{
  • trunk/psLib/src/mathtypes/psVector.h

    r8627 r9551  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-08-26 04:34:28 $
     13 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-10-13 23:54:34 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    176176 */
    177177char* psVectorToString(
    178     psVector* vector,                  ///< vector to create a string from
     178    const psVector* vector,             ///< vector to create a string from
    179179    int maxLength                      ///< the maximum length of the resulting string
    180180);
Note: See TracChangeset for help on using the changeset viewer.