IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 5:06:39 PM (20 years ago)
Author:
jhoblitt
Message:

rename detResidImfileAnalysis -> detResidImfile
rename detResidExpAnalysis -> detResidExp

File:
1 edited

Legend:

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

    r8363 r8373  
    4444    CREATE_TABLE(detMasterFrameCreateTable);
    4545    CREATE_TABLE(detMasterImfileCreateTable);
    46     CREATE_TABLE(detResidImfileAnalysisCreateTable);
    47     CREATE_TABLE(detResidExpAnalysisCreateTable);
     46    CREATE_TABLE(detResidImfileCreateTable);
     47    CREATE_TABLE(detResidExpCreateTable);
    4848
    4949    return true;
     
    9898    DROP_TABLE(detMasterFrameDropTable);
    9999    DROP_TABLE(detMasterImfileDropTable);
    100     DROP_TABLE(detResidImfileAnalysisDropTable);
    101     DROP_TABLE(detResidExpAnalysisDropTable);
     100    DROP_TABLE(detResidImfileDropTable);
     101    DROP_TABLE(detResidExpDropTable);
    102102
    103103    return status;
Note: See TracChangeset for help on using the changeset viewer.