IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2023, 4:59:00 AM (3 years ago)
Author:
eugene
Message:

fixing tests so they compile (need to address some API changes to psPlaneTranformAlloc, psImageMapFit; fix unused vars, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/test/sys/tap_psMemory.c

    r41171 r42493  
    428428
    429429        psPlaneTransform *planeTransform;
    430         planeTransform = psPlaneTransformAlloc(1, 1);
     430        planeTransform = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
    431431        okay = psMemCheckType(PS_DATA_PLANETRANSFORM, planeTransform);
    432432        if (!okay ) psFree(planeTransform);
Note: See TracChangeset for help on using the changeset viewer.