- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psHistogram.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psLib/src/math/psHistogram.c
r27553 r34735 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.
