IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8495


Ignore:
Timestamp:
Aug 22, 2006, 4:40:09 PM (20 years ago)
Author:
jhoblitt
Message:

add detRunSummary table

File:
1 edited

Legend:

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

    r8373 r8495  
    4646    CREATE_TABLE(detResidImfileCreateTable);
    4747    CREATE_TABLE(detResidExpCreateTable);
     48    CREATE_TABLE(detRunSummaryCreateTable);
    4849
    4950    return true;
     
    100101    DROP_TABLE(detResidImfileDropTable);
    101102    DROP_TABLE(detResidExpDropTable);
     103    DROP_TABLE(detRunSummaryDropTable);
    102104
    103105    return status;
Note: See TracChangeset for help on using the changeset viewer.