IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2006, 11:56:09 AM (20 years ago)
Author:
jhoblitt
Message:

add phase 3 masking support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r9764 r9790  
    6060    CREATE_TABLE(p3PendingExpCreateTable);
    6161    CREATE_TABLE(p3ProcessedExpCreateTable);
     62    CREATE_TABLE(p3MaskCreateTable);
    6263    CREATE_TABLE(detRunCreateTable);
    6364    CREATE_TABLE(detInputExpCreateTable);
     
    119120    DROP_TABLE(p3PendingExpDropTable);
    120121    DROP_TABLE(p3ProcessedExpDropTable);
     122    DROP_TABLE(p3MaskDropTable);
    121123    DROP_TABLE(detRunDropTable);
    122124    DROP_TABLE(detInputExpDropTable);
Note: See TracChangeset for help on using the changeset viewer.