Changeset 23573 for trunk/ppStack/src/ppStackOptions.c
- Timestamp:
- Mar 27, 2009, 11:49:17 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackOptions.c
r23341 r23573 18 18 psFree(options->inputMask); 19 19 psFree(options->sourceLists); 20 psFree(options->norm); 20 21 psFree(options->cells); 21 psFree(options-> subKernels);22 psFree(options-> subRegions);22 psFree(options->kernels); 23 psFree(options->regions); 23 24 psFree(options->matchChi2); 24 25 psFree(options->weightings); … … 35 36 psMemSetDeallocator(options, (psFreeFunc)stackOptionsFree); 36 37 38 options->convolve = true; 37 39 options->stats = NULL; 38 40 options->statsFile = NULL; … … 44 46 options->inputMask = NULL; 45 47 options->sourceLists = NULL; 48 options->norm = NULL; 46 49 options->cells = NULL; 47 options-> subKernels = NULL;48 options-> subRegions = NULL;50 options->kernels = NULL; 51 options->regions = NULL; 49 52 options->numCols = 0; 50 53 options->numRows = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
