IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Changed definition of psVectorAlloc and psArrayAlloc

File:
1 edited

Legend:

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

    r8781 r9740  
    3333    psVector *radKernel = psVectorAlloc((2*config->xKernel + 1) * (2*config->yKernel + 1), PS_TYPE_F32);
    3434    psVector *radii = psVectorAlloc((2*config->xKernel + 1) * (2*config->yKernel + 1), PS_TYPE_F32); // Radius
    35     radKernel->n = radii->n = (2*config->xKernel + 1) * (2*config->yKernel + 1);
    3635    for (int i = 0; i < solution->n - 1; i++) {
    3736        poisKernelBasis *kernel = kernels->data[i]; // The kernel basis function
Note: See TracChangeset for help on using the changeset viewer.