IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13903


Ignore:
Timestamp:
Jun 19, 2007, 4:51:59 PM (19 years ago)
Author:
Paul Price
Message:

Don't initialise the output every time this function is called! It
resets all the hard work we did last time it was called!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout_Opt.c

    r13686 r13903  
    6464
    6565    psPlane *inPix = psPlaneAlloc();    // Coordinates on the input detector
    66     psImageInit(output->image, NAN);
    6766    psF32 **outImageData = output->image->data.F32; // Output image pixels
    6867    psF32 **outVarData = NULL;          // Output variance pixels
Note: See TracChangeset for help on using the changeset viewer.