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


Ignore:
Timestamp:
Aug 8, 2014, 10:43:23 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5845 r5863  
    5252#include "upload/bncephuploadcaster.h"
    5353#ifdef USE_POSTPROCESSING
    54 #  include "rinex/bncpostprocess.h"
    5554#  include "rinex/reqcedit.h"
    5655#  include "rinex/reqcanalyze.h"
     
    160159#ifdef USE_POSTPROCESSING
    161160
    162   // Post-Processing PPP
    163   // -------------------
    164   else if (settings.value("pppSPP").toString() == "Post-Processing") {
    165     BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    166     t_postProcessing* postProcessing = new t_postProcessing(0, 0, 0);
    167     postProcessing->start();
    168   }
    169 
    170161  // Post-Processing reqc edit
    171162  // -------------------------
    172   else if (settings.value("reqcAction").toString() == "Edit/Concatenate") {
     163  if (settings.value("reqcAction").toString() == "Edit/Concatenate") {
    173164    BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    174165    t_reqcEdit* reqcEdit = new t_reqcEdit(0);
Note: See TracChangeset for help on using the changeset viewer.