Changeset 1326
- Timestamp:
- Jul 28, 2004, 4:47:39 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psStats.c (modified) (1 diff)
-
math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/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)); -
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.
