Index: trunk/BNC/src/PPP/options.h
===================================================================
--- trunk/BNC/src/PPP/options.h	(revision 5712)
+++ trunk/BNC/src/PPP/options.h	(revision 5713)
@@ -15,14 +15,18 @@
   bool         _realTime;
   std::string  _roverName;     
+  std::string  _crdFile;
+  std::string  _antexFile;
+  std::string  _corrMount;
+  std::string  _rinexObs;
+  std::string  _rinexNav;
+  std::string  _corrFile;
+
   double       _sigCrd[3];
   double       _noiseCrd[3];
   double       _sigTropo;
   double       _noiseTropo;
-  std::string  _corrMount;
-  std::string  _rinexObs;
-  std::string  _rinexNav;
-  std::string  _corrFile;
-  std::string  _crdFile;
-  std::string  _antexFile;
+  double       _sigmaC1;
+  double       _sigmaL1;
+  double       _corrWaitTime;
 
   ColumnVector _xyzAprRover;
@@ -30,29 +34,9 @@
   ColumnVector _neuEccRover;
   std::string  _antNameRover;  
-  std::string  _antexFileName; 
-  int          _logLevel;      
   int          _minobs;
   bool         _useGlonass;
-  e_tropoModel _tropoModel;
-  e_tropoMF    _tropoMF;
   double       _minEle;
-  double       _maxResCode;
-  double       _maxResPhase;
-  double       _sigmaPhase;
-  double       _sigmaCode;
-  bool         _estTropo;
-  bool         _estIono;
-  double       _sigmaIono;
-  double       _noiseIono;
-  bool         _ambres;
-  unsigned     _ambresMinSat;
-  unsigned     _ambresMinEpo;
-  double       _ambresMinEle;
-  double       _ambresMinRatio;
-  double       _ambresMinFixRate;
-  int          _minSDFix;
-  bool         _eleWgtCode;
-  bool         _eleWgtPhase;
-  std::vector<t_lc::type> _LCs;
+  double       _maxResC1;
+  double       _maxResL1;
 };
 
