Changeset 5946 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Aug 16, 2014, 1:45:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5945 r5946  
    174174  else if (settings.value("PPP/dataSource").toString() == "RINEX Files") {
    175175    BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    176     BNC_CORE->startPPP(true);
     176    BNC_CORE->startPPP();
    177177  }
    178178
     
    200200    if ( rawFileName.isEmpty() ) {
    201201      BNC_CORE->setMode(t_bncCore::nonInteractive);
    202       BNC_CORE->startPPP(true);
     202      BNC_CORE->startPPP();
    203203
    204204      caster->readMountPoints();
     
    212212    else {
    213213      BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    214       BNC_CORE->startPPP(true);
     214      BNC_CORE->startPPP();
    215215
    216216      bncRawFile*   rawFile   = new bncRawFile(rawFileName, "", bncRawFile::input);
Note: See TracChangeset for help on using the changeset viewer.