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


Ignore:
Timestamp:
Aug 8, 2014, 4:20:33 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5872 r5887  
    5151#include "bncversion.h"
    5252#include "upload/bncephuploadcaster.h"
    53 #ifdef USE_POSTPROCESSING
    54 #  include "rinex/reqcedit.h"
    55 #  include "rinex/reqcanalyze.h"
    56 #endif
     53#include "rinex/reqcedit.h"
     54#include "rinex/reqcanalyze.h"
    5755#include "PPP/pppMain.h"
    5856
     
    157155  }
    158156
    159 #ifdef USE_POSTPROCESSING
    160 
    161157  // Post-Processing reqc edit
    162158  // -------------------------
     
    174170    reqcAnalyze->start();
    175171  }
    176 
    177 #endif
    178172
    179173  // Non-Interactive (data gathering)
Note: See TracChangeset for help on using the changeset viewer.