Changeset 823

Show
Ignore:
Timestamp:
09/09/07 11:46:03 (3 years ago)
Author:
luc
Message:

Fct calc_prob_recomb compiles

Location:
luc/trunk
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • luc/trunk/calc_prob.cpp

    r822 r823  
    8888                n_app = ncont ; 
    8989                evenement = 5 ; 
    90         } ; 
     90        }  
    9191        else { 
    9292                prior_prob = an_array[3] ; 
    9393                n_app = ncase ; 
    9494                evenement = 4 ; 
    95         }  
     95        } ; 
    9696         
    9797        for(vector<Count>::iterator iter = n_conta.begin() ; iter != n_conta.end() ; ++iter) { 
     
    9999                Taux taux_eve ; 
    100100                         
    101                 for (int loc = 1 ; i<3 ; i++) {  
     101                for (int loc = 1 ; loc<3 ; loc++) {  
    102102                        if (iter->valeur_item[2*loc+1] != 0) {  
    103103                        type_after = type_recomb(n_conta, iter->id, loc, family) ; 
  • luc/trunk/gen_seq.hpp

    r820 r823  
    214214void completer_info(Count &info) ; 
    215215 
    216 int * type_recomb(vector<Count> n_conta, int id, int locus) ; 
     216int * type_recomb(vector<Count> n_conta, int id, int locus, int dest) ;