Changeset 6287 for branches/stable_5.0/SL/FAST_ALIGNER/ClustalV.cxx
- Timestamp:
- 01/12/09 11:10:13 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/SL/FAST_ALIGNER/ClustalV.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/SL/FAST_ALIGNER/ClustalV.cxx
r5904 r6287 287 287 // -1 if one char is illegal 288 288 { 289 c har *p1 = strchr(nucleic_acid_order, c1);290 c har *p2 = strchr(nucleic_acid_order, c2);289 const char *p1 = strchr(nucleic_acid_order, c1); 290 const char *p2 = strchr(nucleic_acid_order, c2); 291 291 292 292 awtc_assert(c1);
