IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13240


Ignore:
Timestamp:
May 4, 2007, 9:46:03 AM (19 years ago)
Author:
eugene
Message:

init variables

File:
1 edited

Legend:

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

    r12771 r13240  
    6565    psPlane *inPix = psPlaneAlloc();    // Coordinates on the input detector
    6666    psF32 **outImageData = output->image->data.F32; // Output image pixels
    67     psF32 **outVarData;                 // Output variance pixels
    68     psMaskType **outMaskData;           // Output mask pixels
     67    psF32 **outVarData = NULL;          // Output variance pixels
     68    psMaskType **outMaskData = NULL;    // Output mask pixels
    6969    if (inVar) {
    7070        if (!output->weight) {
Note: See TracChangeset for help on using the changeset viewer.