Changeset 6133 for trunk/ippTools/src/p2updatePending.c
- Timestamp:
- Jan 21, 2006, 3:12:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2updatePending.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2updatePending.c
r6063 r6133 2 2 3 3 // select pending frames (exposure+images) which are not done, select their done images, count, update 4 bool p2updatePendingFrames (p2Config *config, psArray *pendingFrames) { 4 bool p2updatePendingFrames(p2Config *config, psArray *pendingFrames) { 5 PS_ASSERT_PTR_NON_NULL(config, false); 6 PS_ASSERT_PTR_NON_NULL(pendingFrames, false); 5 7 6 8 psMetadata *where = psMetadataAlloc ();
Note:
See TracChangeset
for help on using the changeset viewer.
