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/psPolynomial.h

    r11248 r14452  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-01-23 22:47:23 $
     10 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-08-09 01:40:07 $
    1212 *
    1313 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    111111    psPolynomialType type,             ///< Polynomial Type
    112112    unsigned int nX                    ///< Number of terms
    113 );
     113) PS_ATTR_MALLOC;
    114114
    115115/** Allocates a 2-D polynomial structure
     
    121121    unsigned int nX,                   ///< Number of terms in x
    122122    unsigned int nY                    ///< Number of terms in y
    123 );
     123) PS_ATTR_MALLOC;
    124124
    125125/** Allocates a 3-D polynomial structure
     
    132132    unsigned int nY,                   ///< Number of terms in y
    133133    unsigned int nZ                    ///< Number of terms in z
    134 );
     134) PS_ATTR_MALLOC;
    135135
    136136/** Allocates a 4-D polynomial structure
     
    144144    unsigned int nZ,                   ///< Number of terms in z
    145145    unsigned int nT                    ///< Number of terms in t
    146 );
     146) PS_ATTR_MALLOC;
    147147
    148148bool psPolynomial2DRecycle(psPolynomial2D *poly,
Note: See TracChangeset for help on using the changeset viewer.