Changeset 8062 for trunk/ippTools/src/p2rawToPending.c
- Timestamp:
- Aug 1, 2006, 6:08:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2rawToPending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2rawToPending.c
r6978 r8062 13 13 pendingFrames->n = 0; 14 14 15 for ( inti = 0; i < rawFrames->n; i++) {15 for (long i = 0; i < rawFrames->n; i++) { 16 16 rawScienceFrame *rawFrame = rawFrames->data[i]; 17 17 … … 32 32 psArray *pendingImages = psArrayAlloc(rawFrame->images->n); 33 33 pendingImages->n = 0; 34 for ( intj = 0; j < rawFrame->images->n; j++) {34 for (long j = 0; j < rawFrame->images->n; j++) { 35 35 rawImfileRow *rawImage = rawFrame->images->data[j]; 36 36 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
Note:
See TracChangeset
for help on using the changeset viewer.
