Changeset 2224 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Oct 27, 2004, 2:22:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r2221 r2224 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.7 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-2 7 23:31:43 $11 * @version $Revision: 1.77 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-28 00:22:53 $ 13 13 n * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1487 1487 PS_VECTOR_CHECK_NULL(bounds, NULL); 1488 1488 PS_VECTOR_CHECK_TYPE(bounds, PS_TYPE_F32, NULL); 1489 PS_INT_COMPARE( bounds->n, 2, NULL);1489 PS_INT_COMPARE(2, bounds->n, NULL); 1490 1490 1491 1491 psHistogram* newHist = NULL; // The new histogram structure … … 1694 1694 1695 1695 if ((stats->options & PS_STAT_USE_RANGE) && (stats->min >= stats->max)) { 1696 PS_FLOAT_COMPARE(stats->m ax, stats->min, stats);1696 PS_FLOAT_COMPARE(stats->min, stats->max, stats); 1697 1697 } 1698 1698
Note:
See TracChangeset
for help on using the changeset viewer.
