Changeset b3179eb for app/src/kor/common_cor.cc
- Timestamp:
- 04/11/08 12:48:20 (17 years ago)
- Branches:
- master, help
- Children:
- aa9f1bc
- Parents:
- 635ee52
- git-author:
- pawelk <pawelk@…> (04/11/08 12:48:20)
- git-committer:
- pawelk <pawelk@…> (04/11/08 12:48:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/kor/common_cor.cc
rac7d970 rb3179eb 8 8 char file_weights[MAX_PATH_LENGTH]; 9 9 float threshold; 10 bool show_scores = false; 11 int result_count; 10 12 11 13 void process_cor_options(gengetopt_args_info* args) … … 25 27 26 28 threshold = args->threshold_arg; 29 30 show_scores = args->show_scores_flag; 31 32 if(args->count_given) { 33 result_count = args->count_arg; 34 } 35 else { 36 result_count = 0; 37 } 27 38 }
Note: See TracChangeset
for help on using the changeset viewer.