IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2006, 12:09:48 PM (20 years ago)
Author:
Paul Price
Message:

Adding psStatsFromString and psStatsToString.

File:
1 edited

Legend:

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

    r7163 r7989  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-05-22 22:46:01 $
     16 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-07-26 22:09:48 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    202202);
    203203
     204
     205// Generate a psStats from a string of statistics options
     206psStats *psStatsFromString(const char *string);
     207// Generate a string of statistics options from a psStats
     208psString psStatsToString(const psStats *stats);
     209
     210
    204211/// @}
    205212
Note: See TracChangeset for help on using the changeset viewer.