Changeset 6141 for trunk/AWT/AWT_seq_dna.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_seq_dna.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_seq_dna.cxx
r5827 r6141 73 73 74 74 for (int i = 0; i<sequence_len; ++i) { 75 int pos = root->filter->bootstrap[i]; // enthaelt zufallsfolge75 int pos = root->filter->bootstrap[i]; // contains random indices 76 76 77 77 // printf("i=%i pos=%i sequence_len=%li iseqlen=%i\n", i, pos, sequence_len, iseqlen); … … 328 328 long sum = 0; 329 329 unsigned char *p = (unsigned char*)sequence; 330 for (i=0;i<256;i++){ // count ambig ous characters half330 for (i=0;i<256;i++){ // count ambiguous characters half 331 331 hits[i] = 1; 332 332 }
