Changeset 6141 for trunk/SL/FAST_ALIGNER/fast_aligner.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SL/FAST_ALIGNER/fast_aligner.cxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SL/FAST_ALIGNER/fast_aligner.cxx
r6100 r6141 63 63 64 64 struct AlignParams { 65 // int temporary; // // ==1 -> create only temporary alig ment report into alignment (2=resident,0=none)65 // int temporary; // // ==1 -> create only temporary alignment report into alignment (2=resident,0=none) 66 66 FA_report report; 67 67 bool showGapsMessages; // display messages about missing gaps in master? … … 1452 1452 else { 1453 1453 newString = currInfo; 1454 currInfo = 0; // don t free1454 currInfo = 0; // don't free 1455 1455 } 1456 1456 … … 1635 1635 } 1636 1636 else { 1637 // assuming relatives are sorted! (nearest to far er)1637 // assuming relatives are sorted! (nearest to farthest) 1638 1638 1639 1639 // get data pointers … … 2707 2707 aws->create_option_menu(FA_AWAR_MIRROR, "Turn check", ""); 2708 2708 aws->insert_option ("Never turn sequence", "", FA_TURN_NEVER); 2709 aws->insert_default_option("User acknowledg ement", "", FA_TURN_INTERACTIVE);2709 aws->insert_default_option("User acknowledgment ", "", FA_TURN_INTERACTIVE); 2710 2710 aws->insert_option ("Automatically turn sequence", "", FA_TURN_ALWAYS); 2711 2711 aws->update_option_menu();
