IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 10:08:16 AM (17 years ago)
Author:
giebink
Message:

Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/camera/tap_pmFPAConstruct.c

    r15987 r21221  
    2222    {
    2323        psMemId id = psMemGetId();
    24         pmFPA* fpa = pmFPAConstruct(NULL);
     24        pmFPA* fpa = pmFPAConstruct(NULL, NULL);
    2525        ok(fpa == NULL, "pmFPAConstruct() NULL will NULL camera input param");
    2626        psFree(fpa);
     
    4242        psMemId id = psMemGetId();
    4343        ok(rc, "Succesfully read camera format file");
    44         pmFPA* fpa = pmFPAConstruct(camera);
     44        pmFPA* fpa = pmFPAConstruct(camera, NULL);
    4545        ok(fpa != NULL, "pmFPAConstruct() returned non-NULL");
    4646        if (VERBOSE) {
Note: See TracChangeset for help on using the changeset viewer.