IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 1:05:49 PM (22 years ago)
Author:
gusciora
Message:

Added full type support for vector bin dissect.

File:
1 edited

Legend:

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

    r2325 r2327  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-10 22:45:33 $
     11 *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-10 23:05:49 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    353353    stats
    354354Returns
    355     NULL
     355    int
    356356 *****************************************************************************/
    357357psS32 p_psVectorNValues(const psVector* restrict myVector,
     
    360360                        psStats* stats)
    361361{
     362    PS_VECTOR_CHECK_NULL(myVector, -1);
     363    PS_PTR_CHECK_NULL(stats, -1);
    362364    psS32 i = 0;                // Loop index variable
    363365    psS32 numData = 0;          // The number of data points
Note: See TracChangeset for help on using the changeset viewer.