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/fits/tap_psFits.c

    r15709 r42493  
    717717            ok(vecItem != NULL, "Retrieved psVector metadata item from file (row=%d)", row);
    718718
    719             ok(vecItem->type.type == PS_DATA_S32 &&
     719            ok(vecItem->type.type == PS_TYPE_S32 &&
    720720               vecItem->data.S32[0] == row &&
    721721               vecItem->data.S32[3] == row+30,
Note: See TracChangeset for help on using the changeset viewer.