IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7534


Ignore:
Timestamp:
Jun 13, 2006, 10:01:27 AM (20 years ago)
Author:
Paul Price
Message:

Removing const from psImageSet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.h

    r7523 r7534  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-06-12 20:42:38 $
     13 *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-06-13 20:01:27 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    192192 */
    193193bool psImageSet(
    194     const psImage *image,              ///< the image to set
     194    psImage *image,                     ///< the image to set
    195195    int x,                             ///< x-position
    196196    int y,                             ///< y-position
Note: See TracChangeset for help on using the changeset viewer.