Changeset 9538 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (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
r8627 r9538 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2006- 08-26 04:34:28 $12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 21:13:48 $ 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 PS_ASSERT_PTR(ptr, false); 544 542 return( psMemGetDeallocator(ptr) == (psFreeFunc)minimizationFree ); 545 543 }
Note:
See TracChangeset
for help on using the changeset viewer.
