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/image/psImage.h

    r3947 r3966  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-05-16 21:06:37 $
     13 *  @version $Revision: 1.51.2.2 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-05-19 01:09:57 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    131131 */
    132132psRegion* psRegionFromString(
    133     char* region                       ///< image rectangular region in the form '[x0:x1,y0:y1]'
     133    const char* region   ///< image rectangular region in the form '[x0:x1,y0:y1]'
    134134);
    135135
     
    140140 */
    141141char* psRegionToString(
    142     psRegion* region                   ///< the psRegion to convert to a string
     142    const psRegion* region  ///< the psRegion to convert to a string
    143143);
    144144
Note: See TracChangeset for help on using the changeset viewer.