- Timestamp:
- Jan 22, 2010, 5:32:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackOptions.c
r26671 r26674 24 24 psFree(options->sourceLists); 25 25 psFree(options->norm); 26 psFree(options->sources); 26 27 psFree(options->cells); 27 28 psFree(options->kernels); … … 44 45 options->convolve = true; 45 46 options->matchZPs = true; 47 options->photometry = false; 46 48 options->stats = NULL; 47 49 options->statsFile = NULL; … … 60 62 options->sourceLists = NULL; 61 63 options->norm = NULL; 64 options->sources = NULL; 62 65 options->cells = NULL; 63 66 options->kernels = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
