IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2008, 10:55:09 AM (18 years ago)
Author:
eugene
Message:

added a tmpData and tmpMask element to psStats for multithreading improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r15840 r18876  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-12-15 01:17:28 $
     10 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2008-08-03 20:55:09 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    8686    psStatsOptions options;            ///< bitmask of values requested
    8787    psStatsOptions results;            ///< bitmask of values calculated
     88    psVector *tmpData;                 ///< temporary vector so repeated calls do not have to realloc
     89    psVector *tmpMask;                 ///< temporary vector so repeated calls do not have to realloc
    8890}
    8991psStats;
Note: See TracChangeset for help on using the changeset viewer.