Changeset 3722 in ntrip


Ignore:
Timestamp:
Feb 23, 2012, 7:19:03 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3721 r3722  
    113113}
    114114
    115 exists(rinex/postprocess.h) {
     115exists(rinex/bncpostprocess.h) {
    116116  DEFINES += USE_POSTPROCESSING
    117117  HEADERS += rinex/bncpostprocess.h   rinex/rnxobsfile.h   \
  • 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
  • trunk/BNC/rinex/rnxobsfile.cpp

    r3720 r3722  
    4242#include <iomanip>
    4343#include <sstream>
    44 #include "rinex/rnxobsfile.h"
     44#include "rnxobsfile.h"
    4545#include "bncutils.h"
    4646
Note: See TracChangeset for help on using the changeset viewer.