Changeset 5929 in ntrip


Ignore:
Timestamp:
Aug 15, 2014, 10:11:12 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 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);
  • trunk/BNC/src/bncwindow.h

    r5926 r5929  
    223223    bool _runningRealTime;
    224224    bool _runningPostProcessingReqc;
    225     bool _runningPostProcessingPPP;
    226225
    227226    bncMapWin*           _mapWin;
Note: See TracChangeset for help on using the changeset viewer.