- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c
r25070 r27838 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.
