Changeset 11090 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jan 12, 2007, 5:10:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r11088 r11090 1557 1557 1558 1558 // negative simple so the default is true 1559 if (!ippdbPrintMetadatas(stdout, output, " rawImfile", !simple)) {1559 if (!ippdbPrintMetadatas(stdout, output, "detPendingProcessedImfile", !simple)) { 1560 1560 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 1561 1561 psFree(output); … … 1875 1875 1876 1876 // negative simple so the default is true 1877 if (!ippdbPrintMetadatas(stdout, output, "detP rocessedImfile", !simple)) {1877 if (!ippdbPrintMetadatas(stdout, output, "detPendingProcessedExp", !simple)) { 1878 1878 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 1879 1879 psFree(output); … … 2236 2236 2237 2237 // negative simple so the default is true 2238 if (!ippdbPrintMetadatas(stdout, output, "detP rocessedImfile", !simple)) {2238 if (!ippdbPrintMetadatas(stdout, output, "detPendingStackedImfile", !simple)) { 2239 2239 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 2240 2240 psFree(output); … … 2701 2701 2702 2702 // negative simple so the default is true 2703 if (!ippdbPrintMetadatas(stdout, output, "det Run", !simple)) {2703 if (!ippdbPrintMetadatas(stdout, output, "detPendingNormStatImfile", !simple)) { 2704 2704 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 2705 2705 psFree(output); … … 2921 2921 2922 2922 // negative simple so the default is true 2923 if (!ippdbPrintMetadatas(stdout, output, " rawImfile", !simple)) {2923 if (!ippdbPrintMetadatas(stdout, output, "detPendingNormImfile", !simple)) { 2924 2924 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 2925 2925 psFree(output); … … 3258 3258 3259 3259 // negative simple so the default is true 3260 if (!ippdbPrintMetadatas(stdout, output, "detP rocessedImfile", !simple)) {3260 if (!ippdbPrintMetadatas(stdout, output, "detPendingNormExp", !simple)) { 3261 3261 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 3262 3262 psFree(output); … … 3726 3726 3727 3727 // negative simple so the default is true 3728 if (!ippdbPrintMetadatas(stdout, output, "detP rocessedImfile", !simple)) {3728 if (!ippdbPrintMetadatas(stdout, output, "detPendingResidImfile", !simple)) { 3729 3729 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 3730 3730 psFree(output); … … 4348 4348 4349 4349 // negative simple so the default is true 4350 if (!ippdbPrintMetadatas(stdout, output, " rawDetrendImfile", !simple)) {4350 if (!ippdbPrintMetadatas(stdout, output, "detPendingResidExp", !simple)) { 4351 4351 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 4352 4352 psFree(output); … … 4854 4854 4855 4855 // negative simple so the default is true 4856 if (!ippdbPrintMetadatas(stdout, output, " rawDetrendImfile", !simple)) {4856 if (!ippdbPrintMetadatas(stdout, output, "detRejectExp", !simple)) { 4857 4857 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 4858 4858 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
