Ignore:
Timestamp:
05/15/08 21:55:02 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
b012e2a
Parents:
6ac84d8
git-author:
obrebski <obrebski@…> (05/15/08 21:55:02)
git-committer:
obrebski <obrebski@…> (05/15/08 21:55:02)
Message:

uzupelnione configi
oprawiona obsluga opcji weight w gue
tre znajduje swoja biblioteke (nie znajdywal wczesniej)

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@51 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/gue/common_guess.cc

    r6ac84d8 r19760ef  
    88char dictionary[255]; 
    99bool per_info=false; 
    10 bool weights=true; 
     10bool weights=false; 
    1111 
    1212void process_guess_options(gengetopt_args_info* args) 
     
    5656 
    5757  if(args->weights_given) 
    58     weights=false; 
     58    weights=true; 
    5959 
    6060} 
Note: See TracChangeset for help on using the changeset viewer.