Changeset 9344 for trunk/ippTools/src/detselectConfig.c
- Timestamp:
- Oct 5, 2006, 6:54:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselectConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselectConfig.c
r9343 r9344 37 37 psMetadataAddF32(searchArgs, PS_LIST_TAIL, "-airmass", 0, 38 38 "define airmass", NAN); 39 psMetadataAddBool(searchArgs, PS_LIST_TAIL, "-simple", 0, 40 "use the simple output format", false); 39 41 40 42 // -select … … 46 48 psMetadataAddStr(selectArgs, PS_LIST_TAIL, "-class_id", 0, 47 49 "search by class ID", NULL); 50 psMetadataAddBool(selectArgs, PS_LIST_TAIL, "-simple", 0, 51 "use the simple output format", false); 48 52 49 53 #define PXTOOL_MODE(option, modeval, argset) \
Note:
See TracChangeset
for help on using the changeset viewer.
