Changeset 42383 for trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c
- Timestamp:
- Feb 8, 2023, 11:58:20 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c
r36862 r42383 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.
