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

Location:
trunk/psLib/src/imageops
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageBinning.h

    r12588 r14452  
    88 *  @author Eugene Magnier, IfA
    99 *
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-03-27 02:43:22 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-08-09 01:40:07 $
    1212 *
    1313 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    4242
    4343
    44 psImageBinning *psImageBinningAlloc();
     44psImageBinning *psImageBinningAlloc() PS_ATTR_MALLOC;
    4545
    4646void psImageBinningSetRuffSize(psImageBinning *binning, psImageBinningAlign align);
  • trunk/psLib/src/imageops/psImageConvolve.h

    r14332 r14452  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-07-20 20:12:31 $
     7 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-08-09 01:40:07 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    6868    int yMin,                          ///< Most negative y index
    6969    int yMax                           ///< Most positive y index
    70 );
     70) PS_ATTR_MALLOC;
    7171
    7272/// Checks the type of a particular pointer.
  • trunk/psLib/src/imageops/psImageInterpolate.h

    r13483 r14452  
    77 * @author Paul Price, Institute for Astronomy
    88 *
    9  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-05-23 02:55:01 $
     9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-08-09 01:40:07 $
    1111 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1212 */
     
    6767                                                          psMaskType poorMask, // Mask value for poor pixels
    6868                                                          float poorFrac // Fraction of flux for question
    69     );
     69    ) PS_ATTR_MALLOC;
    7070
    7171
Note: See TracChangeset for help on using the changeset viewer.