Changeset 9403
- Timestamp:
- Oct 7, 2006, 3:00:56 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
detselect.c (modified) (1 diff)
-
detselectConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r9395 r9403 98 98 } 99 99 100 { 101 psString str = NULL; 102 bool status = false; 103 if ((str = psMetadataLookupStr(&status, config->args, "-det_type"))) { 104 psStringAppend(&query, " AND detRun.det_type = '%s'", str); 105 } 106 } 107 100 108 psStringAppend(&query, " LIMIT 1"); 101 109 -
trunk/ippTools/src/detselectConfig.c
r9402 r9403 195 195 addWhereStr(telescope); 196 196 addWhereStr(exp_type); 197 addWhereStr(det_type);198 197 addWhereS32(imfiles); 199 198 addWhereStr(class);
Note:
See TracChangeset
for help on using the changeset viewer.
