- Timestamp:
- Aug 14, 2008, 3:28:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/dettool_detrunsummary.c
r18991 r19078 94 94 return false; 95 95 } 96 psString data_state = psMetadataLookupStr(&status, row, "data_state");97 if (!status) {98 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for iteration");99 return false;100 }101 96 102 97 // optional … … 112 107 det_id, 113 108 iteration, 114 data_state,109 "full", 115 110 bg, 116 111 bg_stdev,
Note:
See TracChangeset
for help on using the changeset viewer.
