Changeset 36291
- Timestamp:
- Nov 21, 2013, 9:37:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psLib/src/math/psMinimizePolyFit.c
r36256 r36291 739 739 740 740 // Undo scaling in the polynomial values. 741 psF64 *Zcoeff = psAlloc((1 + poly->nX) * sizeof(psF64 *));742 psF64 *ZcoeffErr = psAlloc((1 + poly->nX) * sizeof(psF64 *));741 psF64 *Zcoeff = psAlloc((1 + poly->nX) * sizeof(psF64)); 742 psF64 *ZcoeffErr = psAlloc((1 + poly->nX) * sizeof(psF64)); 743 743 744 744 for (psS32 i = 0; i <= poly->nX; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
