Changeset 7914 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Jul 14, 2006, 4:57:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r7766 r7914 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 6-30 02:20:06$12 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-07-15 02:57:12 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 539 539 bool psMemCheckMinimization(psPtr ptr) 540 540 { 541 if (!is_psType(ptr)) { 542 return false; 543 } 541 544 return( psMemGetDeallocator(ptr) == (psFreeFunc)minimizationFree ); 542 545 }
Note:
See TracChangeset
for help on using the changeset viewer.
