Changeset 21471 for trunk/psModules/test/objects/tap_pmSourceExtendedPars.c
- Timestamp:
- Feb 13, 2009, 12:41:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/tap_pmSourceExtendedPars.c
r15985 r21471 46 46 ok(tmp->radius == NULL, "pmSourceRadialProfileAlloc() set the ->radius member to NULL"); 47 47 ok(tmp->flux == NULL, "pmSourceRadialProfileAlloc() set the ->flux member to NULL"); 48 ok(tmp-> weight == NULL, "pmSourceRadialProfileAlloc() set the ->weightmember to NULL");48 ok(tmp->variance == NULL, "pmSourceRadialProfileAlloc() set the ->variance member to NULL"); 49 49 50 50 psFree(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.
