IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2006, 5:59:36 PM (20 years ago)
Author:
jhoblitt
Message:

add toprocessedexpMode()
add detProcessedExp table

File:
1 edited

Legend:

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

    r8849 r9078  
    4242    CREATE_TABLE(detInputExpCreateTable);
    4343    CREATE_TABLE(detProcessedImfileCreateTable);
     44    CREATE_TABLE(detProcessedExpCreateTable);
    4445    CREATE_TABLE(detStackedImfileCreateTable);
    4546    CREATE_TABLE(detNormalizedStatImfileCreateTable);
     
    9798    DROP_TABLE(detInputExpDropTable);
    9899    DROP_TABLE(detProcessedImfileDropTable);
     100    DROP_TABLE(detProcessedExpDropTable);
    99101    DROP_TABLE(detStackedImfileDropTable);
    100102    DROP_TABLE(detNormalizedStatImfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.