Changeset 27400 for trunk/ppStack/src/ppStackOptions.c
- Timestamp:
- Mar 22, 2010, 8:34:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.c
r27218 r27400 21 21 psFree(options->psf); 22 22 psFree(options->inputSeeing); 23 psFree(options->exposures); 23 24 psFree(options->inputMask); 24 25 psFree(options->sourceLists); … … 32 33 psFree(options->convCovars); 33 34 psFree(options->outRO); 34 psFree(options-> unconvRO);35 psFree(options->expRO); 35 36 psFree(options->inspect); 36 37 psFree(options->rejected); … … 61 62 options->zp = NAN; 62 63 options->inputSeeing = NULL; 64 options->exposures = NULL; 63 65 options->targetSeeing = NAN; 64 66 options->inputMask = NULL; … … 75 77 options->convCovars = NULL; 76 78 options->outRO = NULL; 77 options-> unconvRO = NULL;79 options->expRO = NULL; 78 80 options->inspect = NULL; 79 81 options->rejected = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
