Changeset 23924 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
- Timestamp:
- Apr 18, 2009, 11:11:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
r23490 r23924 27 27 /* Fix up all the persistence streaks */ 28 28 for(k=0; k<cell->npersist; k++) { 29 30 /* Is this just a blasted area being carried for IPP? */ 31 if((cell->persist)[k].func == BURN_BLASTED) { 32 if(cell->time - (cell->persist)[k].time > EXPIRE_TRAIL_TIME) { 33 (cell->persist)[k].fiterr = FIT_EXPIRED; 34 } 35 continue; 36 } 29 37 30 38 /* Fit the trail */
Note:
See TracChangeset
for help on using the changeset viewer.
