Changeset 13240
- Timestamp:
- May 4, 2007, 9:46:03 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpTransformReadout_Opt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpTransformReadout_Opt.c
r12771 r13240 65 65 psPlane *inPix = psPlaneAlloc(); // Coordinates on the input detector 66 66 psF32 **outImageData = output->image->data.F32; // Output image pixels 67 psF32 **outVarData ;// Output variance pixels68 psMaskType **outMaskData ;// Output mask pixels67 psF32 **outVarData = NULL; // Output variance pixels 68 psMaskType **outMaskData = NULL; // Output mask pixels 69 69 if (inVar) { 70 70 if (!output->weight) {
Note:
See TracChangeset
for help on using the changeset viewer.
