Changeset 8373 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Aug 15, 2006, 5:06:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r8363 r8373 44 44 CREATE_TABLE(detMasterFrameCreateTable); 45 45 CREATE_TABLE(detMasterImfileCreateTable); 46 CREATE_TABLE(detResidImfile AnalysisCreateTable);47 CREATE_TABLE(detResidExp AnalysisCreateTable);46 CREATE_TABLE(detResidImfileCreateTable); 47 CREATE_TABLE(detResidExpCreateTable); 48 48 49 49 return true; … … 98 98 DROP_TABLE(detMasterFrameDropTable); 99 99 DROP_TABLE(detMasterImfileDropTable); 100 DROP_TABLE(detResidImfile AnalysisDropTable);101 DROP_TABLE(detResidExp AnalysisDropTable);100 DROP_TABLE(detResidImfileDropTable); 101 DROP_TABLE(detResidExpDropTable); 102 102 103 103 return status;
Note:
See TracChangeset
for help on using the changeset viewer.
