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

    r11248 r14452  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-01-23 22:47:23 $
     9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-08-09 01:40:07 $
    1111 *
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5353    psRandomType type,                 ///< The type of RNG
    5454    unsigned long seed                 ///< Known value with which to seed the RNG
    55 );
     55) PS_ATTR_MALLOC;
    5656
    5757/** Resets an existing psRandom struct.
Note: See TracChangeset for help on using the changeset viewer.