- Timestamp:
- May 9, 2010, 6:01:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackOptions.c
r27884 r27888 5 5 if (options == NULL) return; 6 6 7 // free the psf 7 8 psFree (options->psf); 8 psFree (options->inputSeeing); 9 10 // free the array elements 11 psFree (options->psfs); 9 12 psFree (options->sourceLists); 10 psFree (options->norm);11 13 psFree (options->kernels); 12 14 psFree (options->regions); 15 16 // free the vector elements 17 psFree (options->inputMask); 18 psFree (options->inputSeeing); 19 psFree (options->norm); 13 20 psFree (options->matchChi2); 14 21 psFree (options->weightings);
Note:
See TracChangeset
for help on using the changeset viewer.
