Changeset 21471 for trunk/psModules/test/objects/tap_pmResiduals.c
- Timestamp:
- Feb 13, 2009, 12:41:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/objects/tap_pmResiduals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/tap_pmResiduals.c
r15985 r21471 29 29 ok(resid->Rx && psMemCheckImage(resid->Rx), "pmResidualsAlloc() allocated the resid->Rx image"); 30 30 ok(resid->Ry && psMemCheckImage(resid->Ry), "pmResidualsAlloc() allocated the resid->Ry image"); 31 ok(resid-> weight && psMemCheckImage(resid->weight), "pmResidualsAlloc() allocated the resid->weightimage");31 ok(resid->variance && psMemCheckImage(resid->variance ), "pmResidualsAlloc() allocated the resid->variance image"); 32 32 ok(resid->mask && psMemCheckImage(resid->mask), "pmResidualsAlloc() allocated the resid->mask image"); 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
