IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r2788 r3115  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-12-22 05:09:32 $
     12 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-03 00:54:10 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    143143 */
    144144psHistogram* psHistogramAllocGeneric(
    145     const psVector* restrict bounds    ///< Bounds for the bins
     145    const psVector* bounds             ///< Bounds for the bins
    146146);
    147147
     
    156156psHistogram* psVectorHistogram(
    157157    psHistogram* out,                  ///< Histogram data
    158     const psVector* restrict in,       ///< Vector to analyse
    159     const psVector* restrict errors,   ///< Errors
    160     const psVector* restrict mask,     ///< Mask dat for input vector
    161     psU32 maskVal               ///< Mask value
     158    const psVector* in,                ///< Vector to analyse
     159    const psVector* errors,            ///< Errors
     160    const psVector* mask,              ///< Mask dat for input vector
     161    psU32 maskVal                      ///< Mask value
    162162);
    163163
Note: See TracChangeset for help on using the changeset viewer.