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

    r11248 r14452  
    22 * @brief functions to manipulate sparse matrices equations
    33 *
    4  * $Revision: 1.8 $ $Name: not supported by cvs2svn $
    5  * $Date: 2007-01-23 22:47:23 $
     4 * $Revision: 1.9 $ $Name: not supported by cvs2svn $
     5 * $Date: 2007-08-09 01:40:07 $
    66 * Copyright 2004-2005 IfA, University of Hawaii
    77 */
     
    5050
    5151// allocate a sparse matrix structure
    52 psSparse *psSparseAlloc(int Nrows, int Nelem);
     52psSparse *psSparseAlloc(int Nrows, int Nelem) PS_ATTR_MALLOC;
    5353
    5454// add a new matrix element
     
    8585
    8686// allocate a sparse matrix structure
    87 psSparseBorder *psSparseBorderAlloc(psSparse *sparse, int Nborder);
     87psSparseBorder *psSparseBorderAlloc(psSparse *sparse, int Nborder) PS_ATTR_MALLOC;
    8888
    8989bool psSparseBorderElementT(psSparseBorder *border, int i, int j, float value);
Note: See TracChangeset for help on using the changeset viewer.