IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 2:32:53 PM (22 years ago)
Author:
gusciora
Message:

Lots of bug fixes and such.

File:
1 edited

Legend:

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

    r797 r889  
    8181typedef struct
    8282{
    83     const psVector *restrict bounds; ///< Bounds for the bins (type F32)
     83    psVector *bounds;                ///< Bounds for the bins (type F32)
    8484    psVector *nums;                  ///< Number in each of the bins (INT)
    8585    int minNum;                      ///< Number below the minimum
     
    102102
    103103/** Destructor \ingroup MathGroup **/
    104 void psHistogramFree(psHistogram *restrict myHist);          ///< Histogram to destroy
     104void psHistogramFree(psHistogram *myHist);          ///< Histogram to destroy
    105105
    106106
Note: See TracChangeset for help on using the changeset viewer.