Changeset 4316 for trunk/psLib/src/mathtypes
- Timestamp:
- Jun 17, 2005, 5:13:02 PM (21 years ago)
- Location:
- trunk/psLib/src/mathtypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r4315 r4316 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.6 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-18 0 2:30:49$11 * @version $Revision: 1.69 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-18 03:13:02 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 329 329 330 330 331 psS32psImageFreeChildren(psImage* image)331 int psImageFreeChildren(psImage* image) 332 332 { 333 333 psS32 numFreed = 0; -
trunk/psLib/src/mathtypes/psImage.h
r4315 r4316 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-18 0 2:30:49$13 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-18 03:13:02 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 166 166 * 167 167 */ 168 psS32psImageFreeChildren(168 int psImageFreeChildren( 169 169 psImage* image ///< psImage in which all children shall be deallocated 170 170 );
Note:
See TracChangeset
for help on using the changeset viewer.
