Changeset 3722 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Feb 23, 2012, 7:19:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3686 r3722  
    6262#include "upload/bncephuploadcaster.h"
    6363#include "qtfilechooser.h"
    64 #include "bncpostprocess.h"
     64#ifdef USE_POSTPROCESSING
     65#  include "rinex/bncpostprocess.h"
     66#endif
    6567
    6668using namespace std;
     
    22322234////////////////////////////////////////////////////////////////////////////
    22332235void bncWindow::slotStartPostProcessing() {
    2234 
     2236#ifdef USE_POSTPROCESSING
    22352237  _actPostProcessing->setEnabled(false);
    22362238  _actPostProcessing->setText("0 Epochs");
     
    22432245
    22442246  postProcessing->start();
     2247#else
     2248  QMessageBox::information(this, "Information",
     2249                           "Post-Processing Not Permitted");
     2250#endif
    22452251}
    22462252
Note: See TracChangeset for help on using the changeset viewer.