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/p2insertDoneFrames.c

    r6131 r6133  
    44// select pending frames (exposure+images) which are done/not done
    55bool p2insertDoneFrames(p2Config *config, psArray *doneFrames) {
     6    PS_ASSERT_PTR_NON_NULL(config, false);
     7    PS_ASSERT_PTR_NON_NULL(doneFrames, false);
    68
    79    for (int i = 0; i < doneFrames->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.