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

    r6122 r6133  
    33// select raw frames (exposure+images) which match the given config options
    44psArray *p2searchRawFrames(p2Config *config) {
     5    PS_ASSERT_PTR_NON_NULL(config, NULL);
    56
    67    // build 'where' structure
Note: See TracChangeset for help on using the changeset viewer.