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

    r11248 r14452  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-01-23 22:47:23 $
     9 * @version $Revision: 1.62 $ $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 */
     
    4646 *  @return psSpline1D*    new 1-D spline struct
    4747 */
    48 psSpline1D *psSpline1DAlloc();
     48psSpline1D *psSpline1DAlloc() PS_ATTR_MALLOC;
    4949
    5050/** Evaluates 1-D spline polynomials at a specific coordinate.
Note: See TracChangeset for help on using the changeset viewer.