Changeset 6141 for trunk/EDIT4/graph_aligner_gui.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/graph_aligner_gui.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/graph_aligner_gui.cxx
r5942 r6141 118 118 GB_ERROR gb_error; 119 119 120 // start pt server if nec cessary120 // start pt server if necessary 121 121 gb_error = arb_look_and_start_server(AISC_MAGIC_NUMBER,tmp.str().c_str(), 122 122 GLOBAL_gb_main); 123 123 if (gb_error) { 124 cerr << "Can ot contact PT server. Aborting" << endl;124 cerr << "Cannot contact PT server. Aborting" << endl; 125 125 cerr << " ID: \"" << tmp.str().c_str() 126 126 << "\" PORT: \"" << pt_server
