IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 12:42:12 PM (20 years ago)
Author:
Paul Price
Message:

Updating to psLib rel11. Most changes are setting the 'n' element of the vector or array upon allocation. Needed to change the way the image subsets are done: not sure why we switched back to the old method of trim regions, but it seems we did.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisCalculateEquation.c

    r6452 r6891  
    6060                psTrace("pois.calculateEquation", 3, "Allocating vector: %d\n", numSolveParams);
    6161                stamp->vector = psVectorAlloc(numSolveParams, PS_TYPE_F64);
     62                stamp->vector->n = numSolveParams;
    6263            }
    6364
Note: See TracChangeset for help on using the changeset viewer.