Changeset 15143
- Timestamp:
- Sep 30, 2007, 1:33:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r15078 r15143 270 270 271 271 *errorScale = stats->sampleMedian; 272 *errorFloor = dSo->data.F32[0]; 272 for (int i = 0; i < dSo->n; i++) { 273 *errorFloor = dSo->data.F32[i]; 274 if (isfinite(*errorFloor)) break; 275 } 273 276 274 277 psFree (stats);
Note:
See TracChangeset
for help on using the changeset viewer.
