IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9738 for trunk/ppNorm


Ignore:
Timestamp:
Oct 24, 2006, 2:18:06 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psVectorAlloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/src/ppNormCalc.c

    r8999 r9738  
    114114    // Do the normalisation
    115115    psVector *gains = psVectorAlloc(numComps, PS_TYPE_F32); // Vector of gains for each component
    116     gains->n = numComps;
    117116    psVectorInit(gains, 100.0);
    118117    if (!pmFlatNormalize(NULL, &gains, matrix)) {
Note: See TracChangeset for help on using the changeset viewer.