IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7347


Ignore:
Timestamp:
Jun 5, 2006, 12:03:25 PM (20 years ago)
Author:
jhoblitt
Message:

add detResidImfileAnalysis table

File:
1 edited

Legend:

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

    r7198 r7347  
    4343    CREATE_TABLE(detMasterFrameCreateTable);
    4444    CREATE_TABLE(detMasterImfileCreateTable);
     45    CREATE_TABLE(detResidImfileAnalysisCreateTable);
    4546
    4647    return true;
     
    9495    DROP_TABLE(detMasterFrameDropTable);
    9596    DROP_TABLE(detMasterImfileDropTable);
     97    DROP_TABLE(detResidImfileAnalysisDropTable);
    9698
    9799    return status;
Note: See TracChangeset for help on using the changeset viewer.