Changeset 42799 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistio.c
- Timestamp:
- May 1, 2025, 2:37:34 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistio.c
r42392 r42799 312 312 cell[j].burn[k].fiterr != FIT_TOP_ERROR) continue; 313 313 if(cell[j].burn[k].nfit <= 0) continue; 314 } 314 /*kick out burns which are single pixels*/ 315 \ } 315 316 } else { 316 317 if(cell[j].burn[k].fiterr && 317 318 cell[j].burn[k].fiterr != FIT_TOP_ERROR) continue; 318 319 if(cell[j].burn[k].nfit <= 0) continue; 320 /*kick out burns which are single pixels*/ 321 319 322 } 320 323
Note:
See TracChangeset
for help on using the changeset viewer.
