IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 10:17:52 AM (21 years ago)
Author:
drobbin
Message:

updated files in accordance with requested revisions in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4330 r4409  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-21 03:01:37 $
     13 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-28 20:17:52 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    132132/** Create a string of the standard IRAF form '[x0:x1,y0:y1]' from a psRegion.
    133133 *
    134  *  @return char*:  A new string representing the psRegion as text, or NULL
     134 *  @return psString:  A new string representing the psRegion as text, or NULL
    135135 *                  is not successful.
    136136 */
    137 char* psRegionToString(
    138     psRegion region                   ///< the psRegion to convert to a string
     137psString psRegionToString(
     138    const psRegion region              ///< the psRegion to convert to a string
    139139);
    140140
Note: See TracChangeset for help on using the changeset viewer.