- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ppStack
- Property svn:mergeinfo changed
/trunk/ppStack merged: 23357,23360,23362,23364,23367-23368,23371-23373,23379,23462,23573,23575-23577
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStack/src/ppStackOptions.c
r23352 r23594 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.
