Changeset 6355 in ntrip for trunk/BNC/src/orbComp
- Timestamp:
- Nov 29, 2014, 11:13:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/orbComp/sp3Comp.cpp ¶
r6354 r6355 82 82 } 83 83 if (!_log) { 84 emit finished(); 85 return; 84 goto end; 86 85 } 87 86 … … 91 90 if (_sp3FileNames.size() != 2) { 92 91 *_log << "ERROR: sp3Comp requires two input SP3 files" << endl; 93 emit finished(); 94 return; 92 goto end; 95 93 } 96 94 … … 102 100 catch (const string& error) { 103 101 *_log << "ERROR: " << error.c_str() << endl; 104 emit finished();105 return;106 102 } 107 103 catch (const char* error) { 108 104 *_log << "ERROR: " << error << endl; 109 emit finished();110 return;111 105 } 112 106 113 107 // Exit (thread) 114 108 // ------------- 109 end: 115 110 if (BNC_CORE->mode() != t_bncCore::interactive) { 116 111 qApp->exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.