IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 3:12:34 PM (20 years ago)
Author:
jhoblitt
Message:

check function parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2rawToPending.c

    r6086 r6133  
    33// select pending frames (exposure+images) which are done/not done
    44psArray *p2rawToPending(p2Config *config, psArray *rawFrames) {
     5    PS_ASSERT_PTR_NON_NULL(config, NULL);
     6    PS_ASSERT_PTR_NON_NULL(rawFrames, NULL);
    57
    68    psArray *pendingFrames = psArrayAlloc(rawFrames->n);
Note: See TracChangeset for help on using the changeset viewer.