IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 6:46:12 PM (19 years ago)
Author:
jhoblitt
Message:

add p4Run table

File:
1 edited

Legend:

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

    r10225 r10689  
    8080    CREATE_TABLE(detResidExpCreateTable);
    8181    CREATE_TABLE(detRunSummaryCreateTable);
     82    CREATE_TABLE(p4RunCreateTable);
    8283
    8384    return true;
     
    147148    DROP_TABLE(detResidExpDropTable);
    148149    DROP_TABLE(detRunSummaryDropTable);
     150    DROP_TABLE(p4RunDropTable);
    149151
    150152    return status;
Note: See TracChangeset for help on using the changeset viewer.