IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 5:13:02 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

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

Legend:

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

    r4315 r4316  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-18 02:30:49 $
     11 *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-18 03:13:02 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    329329
    330330
    331 psS32 psImageFreeChildren(psImage* image)
     331int psImageFreeChildren(psImage* image)
    332332{
    333333    psS32 numFreed = 0;
  • trunk/psLib/src/mathtypes/psImage.h

    r4315 r4316  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-18 02:30:49 $
     13 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-18 03:13:02 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    166166 *
    167167 */
    168 psS32 psImageFreeChildren(
     168int psImageFreeChildren(
    169169    psImage* image                     ///< psImage in which all children shall be deallocated
    170170);
Note: See TracChangeset for help on using the changeset viewer.