Changeset 19813
- Timestamp:
- Oct 2, 2008, 7:48:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r19772 r19813 164 164 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_label", 0, "define detrun label", NULL); 165 165 psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 166 psMetadataAdd Str(definebydetrunArgs, PS_LIST_TAIL, "-set_input_begin", 0, "require input exp tobe in this period", NULL);167 psMetadataAdd Str(definebydetrunArgs, PS_LIST_TAIL, "-set_input_end", 0, "require input exp tobe in this period", NULL);166 psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_input_begin", 0, "input exp must be in this period", NULL); 167 psMetadataAddTime(definebydetrunArgs, PS_LIST_TAIL, "-set_input_end", 0, "input exp must be in this period", NULL); 168 168 psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-only_accepted", 0, "limit input exp to those accepted in the source detRun", false); 169 psMetadataAddS32(definebydetrunArgs, PS_LIST_TAIL, "-iteration", 0, "det ID to base a new detRun on (required)", -1);169 psMetadataAddS32(definebydetrunArgs, PS_LIST_TAIL, "-iteration", 0, "det ID to base a new detRun on", -1); 170 170 171 171 // *** these are in dettool_correction.c ***
Note:
See TracChangeset
for help on using the changeset viewer.
