- Timestamp:
- Oct 29, 2007, 2:59:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/objects/pmResiduals.c
r12949 r15418 4 4 * 5 5 * @author EAM, IfA 6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $7 * @date $Date: 2007- 04-21 19:47:14$6 * @version $Revision: 1.2.16.1 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-30 00:59:23 $ 8 8 * Copyright 2004 IfA, University of Hawaii 9 9 */ … … 51 51 return resid; 52 52 } 53 54 bool psMemCheckResiduals(psPtr ptr) 55 { 56 PS_ASSERT_PTR(ptr, false); 57 return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmResidualsFree); 58 } 59
Note:
See TracChangeset
for help on using the changeset viewer.
