Changeset 8186 for trunk/ippTools/src/dettool.c
- Timestamp:
- Aug 4, 2006, 4:07:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8175 r8186 112 112 } 113 113 114 if (!ippdbPrintMetadatas(stdout, result, "rawDetrendExp", true)) { 114 bool simple = false; 115 { 116 bool status = false; 117 simple = psMetadataLookupBool(&status, config->args, "-simple"); 118 if (!status) { 119 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -simple"); 120 return false; 121 } 122 } 123 124 // negative simple so the default is true 125 if (!ippdbPrintMetadatas(stdout, result, "rawDetrendExp", !simple)) { 115 126 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 116 127 psFree(result);
Note:
See TracChangeset
for help on using the changeset viewer.
