IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 2:05:38 PM (18 years ago)
Author:
Paul Price
Message:

Need to set mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomialMD.c

    r16811 r16812  
    359359    psVector *vector = psVectorAlloc(numTerms, PS_TYPE_F64); // Least-squares vector
    360360    psVector *ownMask = psVectorAlloc(numValues, PS_TYPE_U8); // Our own mask for input values
     361    psVectorInit(ownMask, 0);
    361362    if (mask) {
    362363        for (int i = 0; i < numValues; i++) {
Note: See TracChangeset for help on using the changeset viewer.