Changeset 9057 for trunk/ippTools/src/p2rawToPending.c
- Timestamp:
- Sep 28, 2006, 5:25:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2rawToPending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2rawToPending.c
r8121 r9057 16 16 17 17 p2PendingExpRow *pendingExposure = p2PendingExpRowAlloc( 18 rawFrame->exposure->exp_ id,18 rawFrame->exposure->exp_tag, 19 19 rawFrame->exposure->camera, 20 20 rawFrame->exposure->telescope, … … 36 36 rawImfileRow *rawImage = rawFrame->images->data[j]; 37 37 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 38 rawImage->exp_ id,38 rawImage->exp_tag, 39 39 rawImage->class_id, 40 40 rawImage->uri,
Note:
See TracChangeset
for help on using the changeset viewer.
