Changeset 32738 for trunk/psphot
- Timestamp:
- Nov 21, 2011, 8:40:48 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadialProfileWings.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadialProfileWings.c
r32633 r32738 261 261 psStatsInit (fluxStats); 262 262 psStatsInit (varStats); 263 264 if ((flux->n == 0) || (fluxVar->n == 0)) { 265 flux->n = 0; 266 fluxVar->n = 0; 267 radius += dR; 268 continue; 269 } 263 270 264 271 psVectorStats (fluxStats, flux, NULL, NULL, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
