Changeset 26766 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c
- Timestamp:
- Feb 3, 2010, 1:00:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c
r25070 r26766 109 109 /* Restore all the burns */ 110 110 for(k=0; k<cell->npersist; k++) { 111 if(!cell->persist[k].fiterr) 111 if(!cell->persist[k].fiterr && 112 (cell->persist[k].func == BURN_PWR || 113 cell->persist[k].func == BURN_EXP) ) { 112 114 sub_fit(nx, ny, NX, buf, &(cell->persist[k]), -1); 115 } 113 116 } 114 117 return(0); … … 124 127 /* Restore all the burns */ 125 128 for(k=0; k<cell->npersist; k++) { 126 if(!cell->persist[k].fiterr) 129 if(!cell->persist[k].fiterr && 130 (cell->persist[k].func == BURN_PWR || 131 cell->persist[k].func == BURN_EXP) ) { 127 132 sub_fit(nx, ny, NX, buf, &(cell->persist[k]), +1); 133 } 128 134 } 129 135 return(0);
Note:
See TracChangeset
for help on using the changeset viewer.
