IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2007, 3:40:08 PM (19 years ago)
Author:
jhoblitt
Message:

gcc attribute cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizeLMM.h

    r14320 r14452  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-07-20 00:22:24 $
     9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-08-09 01:40:07 $
    1111 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212 */
     
    9494psMinConstraint;
    9595
    96 psMinConstraint *psMinConstraintAlloc();
     96psMinConstraint *psMinConstraintAlloc() PS_ATTR_MALLOC;
    9797
    9898/** Allocates a psMinimization structure.
     
    103103    int maxIter,                       ///< Number of minimization iterations to perform.
    104104    float tol                          ///< Requested error tolerance
    105 );
     105) PS_ATTR_MALLOC;
    106106
    107107/*  Checks the type of a particular pointer.
Note: See TracChangeset for help on using the changeset viewer.