IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2007, 6:01:09 PM (19 years ago)
Author:
Paul Price
Message:

Wrong variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r13371 r13382  
    144144    int fullSize = 2 * size + 1 + 1;    // Full size of kernel
    145145    psImage *convKernels = psImageAlloc(5 * fullSize, 5 * fullSize, PS_TYPE_F32);
    146     psImageInit(fullSize, NAN);
     146    psImageInit(convKernels, NAN);
    147147    for (int j = -2; j <= 2; j++) {
    148148        for (int i = -2; i <= 2; i++) {
Note: See TracChangeset for help on using the changeset viewer.