Changeset 6141 for trunk/AWTC/AWTC_constructSequence.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWTC/AWTC_constructSequence.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWTC/AWTC_constructSequence.cxx
r5885 r6141 415 415 } 416 416 } 417 else // both normal -> compare end of comp1 w hith start of comp2417 else // both normal -> compare end of comp1 with start of comp2 418 418 { 419 419 const char *end1 = comp1->text(comp1->length()-1); … … 452 452 int s; 453 453 for (s=0; s<parts; s++) { 454 comp[s] = new AWTC_CompactedSubSequence(seqs[s], strlen(seqs[s]), "con tructed by AWTC_constructSequence()");454 comp[s] = new AWTC_CompactedSubSequence(seqs[s], strlen(seqs[s]), "constructed by AWTC_constructSequence()"); 455 455 if (comp[s]->length()==0) { 456 456 printf("AWTC_constructSequence called with empty sequence (seq #%i)\n", s);
