Changeset 6355 in ntrip


Ignore:
Timestamp:
Nov 29, 2014, 11:13:40 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6354 r6355  
    8282  }
    8383  if (!_log) {
    84     emit finished();
    85     return;
     84    goto end;
    8685  }
    8786
     
    9190  if (_sp3FileNames.size() != 2) {
    9291    *_log << "ERROR: sp3Comp requires two input SP3 files" << endl;
    93     emit finished();
    94     return;
     92    goto end;
    9593  }
    9694
     
    102100  catch (const string& error) {
    103101    *_log << "ERROR: " << error.c_str() << endl;
    104     emit finished();
    105     return;
    106102  }
    107103  catch (const char* error) {
    108104    *_log << "ERROR: " << error << endl;
    109     emit finished();
    110     return;
    111105  }
    112106
    113107  // Exit (thread)
    114108  // -------------
     109 end:
    115110  if (BNC_CORE->mode() != t_bncCore::interactive) {
    116111    qApp->exit(0);
Note: See TracChangeset for help on using the changeset viewer.