Changeset 6141 for trunk/SEQ_QUALITY/SQ_main.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SEQ_QUALITY/SQ_main.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SEQ_QUALITY/SQ_main.cxx
r5837 r6141 2 2 // // 3 3 // File : SQ_main.cxx // 4 // Purpose : Entrypoint to Seq. Quality analysis; calls fun ktions //4 // Purpose : Entrypoint to Seq. Quality analysis; calls functions // 5 5 // // 6 6 // // … … 133 133 It takes the values from the different containers, which are generated by the other functions, weights them 134 134 and calculates a final value. The final value is stored in "value_of_evaluation" (see options). 135 With the values stored in "weights" one can customi se how important a value stored in a contaier becomes135 With the values stored in "weights" one can customize how important a value stored in a container becomes 136 136 for the final result. 137 137 */ … … 171 171 break; 172 172 default: 173 aw_message("An error occur ed while traversing the tree.\nPlease fix the tree before running the quality check tool.");173 aw_message("An error occurred while traversing the tree.\nPlease fix the tree before running the quality check tool."); 174 174 break; 175 175 }
