IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2006, 6:00:41 PM (20 years ago)
Author:
jhoblitt
Message:

add basic p2 masking support and the p2Mask table

File:
1 edited

Legend:

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

    r9392 r9764  
    5757    CREATE_TABLE(p2ProcessedExpCreateTable);
    5858    CREATE_TABLE(p2ProcessedImfileCreateTable);
     59    CREATE_TABLE(p2MaskCreateTable);
    5960    CREATE_TABLE(p3PendingExpCreateTable);
    6061    CREATE_TABLE(p3ProcessedExpCreateTable);
     
    115116    DROP_TABLE(p2ProcessedExpDropTable);
    116117    DROP_TABLE(p2ProcessedImfileDropTable);
     118    DROP_TABLE(p2MaskDropTable);
    117119    DROP_TABLE(p3PendingExpDropTable);
    118120    DROP_TABLE(p3ProcessedExpDropTable);
Note: See TracChangeset for help on using the changeset viewer.