Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/AWT_seq_dna.cxx

    r5827 r6141  
    7373 
    7474        for (int i = 0; i<sequence_len; ++i) { 
    75             int pos = root->filter->bootstrap[i]; // enthaelt zufallsfolge 
     75            int pos = root->filter->bootstrap[i]; // contains random indices 
    7676 
    7777//             printf("i=%i pos=%i sequence_len=%li iseqlen=%i\n", i, pos, sequence_len, iseqlen); 
     
    328328    long sum = 0; 
    329329    unsigned char *p = (unsigned char*)sequence; 
    330     for (i=0;i<256;i++){    // count ambigous characters half 
     330    for (i=0;i<256;i++){    // count ambiguous characters half 
    331331        hits[i] = 1; 
    332332    }