IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 12:07:21 PM (20 years ago)
Author:
jhoblitt
Message:

add p3ProcessedExp table

File:
1 edited

Legend:

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

    r9118 r9309  
    3939    CREATE_TABLE(p2ProcessedImfileCreateTable);
    4040    CREATE_TABLE(p3PendingExpCreateTable);
     41    CREATE_TABLE(p3ProcessedExpCreateTable);
    4142    CREATE_TABLE(detRunCreateTable);
    4243    CREATE_TABLE(detInputExpCreateTable);
     
    9697    DROP_TABLE(p2ProcessedImfileDropTable);
    9798    DROP_TABLE(p3PendingExpDropTable);
     99    DROP_TABLE(p3ProcessedExpDropTable);
    98100    DROP_TABLE(detRunDropTable);
    99101    DROP_TABLE(detInputExpDropTable);
Note: See TracChangeset for help on using the changeset viewer.