- Timestamp:
- May 10, 2022, 6:29:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ppViz/src/ppVizPSF/ppVizPSFLoop.c
r36862 r42192 157 157 158 158 // We have trouble with PSF residuals, so don't use them 159 psFree(psf->residuals); 160 psf->residuals = NULL; 159 // XXX EAM 2022.05.02 : re-instating the residuals; what kind of trouble?? 160 // optionally use residuals (if -use-residuals is supplied) 161 if (!data->useResiduals) { 162 fprintf (stderr, "skipping residuals\n"); 163 psFree(psf->residuals); 164 psf->residuals = NULL; 165 } 161 166 fprintf(stderr,"still here"); 162 167 if (sources) {
Note:
See TracChangeset
for help on using the changeset viewer.
