Changeset 823
- Timestamp:
- 09/09/07 11:46:03 (3 years ago)
- Location:
- luc/trunk
- Files:
-
- 1 removed
- 2 modified
-
arbre_recurrence.cpp (deleted)
-
calc_prob.cpp (modified) (2 diffs)
-
gen_seq.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luc/trunk/calc_prob.cpp
r822 r823 88 88 n_app = ncont ; 89 89 evenement = 5 ; 90 } ;90 } 91 91 else { 92 92 prior_prob = an_array[3] ; 93 93 n_app = ncase ; 94 94 evenement = 4 ; 95 } 95 } ; 96 96 97 97 for(vector<Count>::iterator iter = n_conta.begin() ; iter != n_conta.end() ; ++iter) { … … 99 99 Taux taux_eve ; 100 100 101 for (int loc = 1 ; i<3 ; i++) {101 for (int loc = 1 ; loc<3 ; loc++) { 102 102 if (iter->valeur_item[2*loc+1] != 0) { 103 103 type_after = type_recomb(n_conta, iter->id, loc, family) ; -
luc/trunk/gen_seq.hpp
r820 r823 214 214 void completer_info(Count &info) ; 215 215 216 int * type_recomb(vector<Count> n_conta, int id, int locus ) ;216 int * type_recomb(vector<Count> n_conta, int id, int locus, int dest) ;
