Changeset 34702 for trunk/psLib/src/math/psHistogram.c
- Timestamp:
- Nov 27, 2012, 9:55:09 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psHistogram.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psHistogram.c
r27553 r34702 58 58 psTrace("psLib.math", 3, "---- %s() begin ----\n", __func__); 59 59 psTrace("psLib.math", 5, "(lower, upper, n) is (%f, %f, %d)\n", lower, upper, n); 60 psAssert(n > 0, "Number of bins must be positive ");60 psAssert(n > 0, "Number of bins must be positive not %d", n); 61 61 psAssert(upper >= lower, "Bounds must be sensical"); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
