Changeset 14452 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r14320 r14452 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 7-20 00:22:24$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-08-09 01:40:07 $ 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ … … 94 94 psMinConstraint; 95 95 96 psMinConstraint *psMinConstraintAlloc() ;96 psMinConstraint *psMinConstraintAlloc() PS_ATTR_MALLOC; 97 97 98 98 /** Allocates a psMinimization structure. … … 103 103 int maxIter, ///< Number of minimization iterations to perform. 104 104 float tol ///< Requested error tolerance 105 ) ;105 ) PS_ATTR_MALLOC; 106 106 107 107 /* Checks the type of a particular pointer.
Note:
See TracChangeset
for help on using the changeset viewer.
