Changeset 8279 for trunk/ippTools/src/p2pendingToDone.c
- Timestamp:
- Aug 10, 2006, 3:16:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2pendingToDone.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2pendingToDone.c
r8121 r8279 18 18 p2DoneExpRow *doneExposure = p2DoneExpRowAlloc( 19 19 pendingFrame->exposure->exp_id, 20 pendingFrame->exposure->camera,21 pendingFrame->exposure->telescope,22 pendingFrame->exposure->exp_type,23 pendingFrame->exposure->imfiles,24 pendingFrame->exposure->filter,25 pendingFrame->exposure->airmass,26 pendingFrame->exposure->ra,27 pendingFrame->exposure->decl,28 pendingFrame->exposure->exp_time,29 pendingFrame->exposure->background,30 20 "my recipe", 31 21 pendingFrame->exposure->p1_version, … … 70 60 p2DoneExpRow *doneExp = p2DoneExpRowAlloc( 71 61 pendingExp->exp_id, 72 pendingExp->camera,73 pendingExp->telescope,74 pendingExp->exp_type,75 pendingExp->imfiles, // XXX ndone is uneeded?76 pendingExp->filter,77 pendingExp->airmass,78 pendingExp->ra,79 pendingExp->decl,80 pendingExp->exp_time,81 pendingExp->background,82 62 "my recipe", 83 63 pendingExp->p1_version,
Note:
See TracChangeset
for help on using the changeset viewer.
