IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 11:36:20 AM (20 years ago)
Author:
jhoblitt
Message:

add detResidExpAnalysis

File:
1 edited

Legend:

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

    r7347 r7366  
    4444    CREATE_TABLE(detMasterImfileCreateTable);
    4545    CREATE_TABLE(detResidImfileAnalysisCreateTable);
     46    CREATE_TABLE(detResidExpAnalysisCreateTable);
    4647
    4748    return true;
     
    9697    DROP_TABLE(detMasterImfileDropTable);
    9798    DROP_TABLE(detResidImfileAnalysisDropTable);
     99    DROP_TABLE(detResidExpAnalysisDropTable);
    98100
    99101    return status;
Note: See TracChangeset for help on using the changeset viewer.