Changeset 11985 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Feb 21, 2007, 3:59:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r11866 r11985 82 82 CREATE_TABLE(p4InputExpCreateTable); 83 83 CREATE_TABLE(p4SkyCellMapCreateTable); 84 CREATE_TABLE(p4S cfileCreateTable);84 CREATE_TABLE(p4SkyfileCreateTable); 85 85 CREATE_TABLE(p5RunCreateTable); 86 CREATE_TABLE(p5InputS cfileCreateTable);87 CREATE_TABLE(p5DiffS cfileCreateTable);86 CREATE_TABLE(p5InputSkyfileCreateTable); 87 CREATE_TABLE(p5DiffSkyfileCreateTable); 88 88 CREATE_TABLE(p6RunCreateTable); 89 CREATE_TABLE(p6InputS cfileCreateTable);90 CREATE_TABLE(p6SumS cfileCreateTable);89 CREATE_TABLE(p6InputSkyfileCreateTable); 90 CREATE_TABLE(p6SumSkyfileCreateTable); 91 91 92 92 return true; … … 158 158 DROP_TABLE(p4InputExpDropTable); 159 159 DROP_TABLE(p4SkyCellMapDropTable); 160 DROP_TABLE(p4S cfileDropTable);160 DROP_TABLE(p4SkyfileDropTable); 161 161 DROP_TABLE(p5RunDropTable); 162 DROP_TABLE(p5InputS cfileDropTable);163 DROP_TABLE(p5DiffS cfileDropTable);162 DROP_TABLE(p5InputSkyfileDropTable); 163 DROP_TABLE(p5DiffSkyfileDropTable); 164 164 DROP_TABLE(p6RunDropTable); 165 DROP_TABLE(p6InputS cfileDropTable);166 DROP_TABLE(p6SumS cfileDropTable);165 DROP_TABLE(p6InputSkyfileDropTable); 166 DROP_TABLE(p6SumSkyfileDropTable); 167 167 168 168 return status;
Note:
See TracChangeset
for help on using the changeset viewer.
