Changeset 5929 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 15, 2014, 10:11:12 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5928 r5929  
    9494  _runningRealTime           = false;
    9595  _runningPostProcessingReqc = false;
    96   _runningPostProcessingPPP  = false;
    9796  _reqcActionComboBox        = 0; // necessary for enableStartStop()
    9897
     
    16461645  saveOptions();
    16471646  if      ( _pppWidgets._dataSource->currentText() == "RINEX Files") {
    1648     _runningPostProcessingPPP = true;
    16491647    _actStart->setEnabled(false);
    16501648    BNC_CORE->startPPP(false);
Note: See TracChangeset for help on using the changeset viewer.