Changeset 1326 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jul 28, 2004, 4:47:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r1322 r1326 1640 1640 } 1641 1641 1642 if (bounds->type.type != PS_TYPE_F32) { 1643 // psAbort(__func__, "psHistogram request a bound which is not type F32"); 1644 return(NULL); 1645 } 1646 1642 1647 // Allocate memory for the new histogram structure. 1643 1648 newHist = (psHistogram *) psAlloc(sizeof(psHistogram));
Note:
See TracChangeset
for help on using the changeset viewer.
