Index: /branches/BNC_2.12/src/ephemeris.h
===================================================================
--- /branches/BNC_2.12/src/ephemeris.h	(revision 9320)
+++ /branches/BNC_2.12/src/ephemeris.h	(revision 9321)
@@ -37,5 +37,5 @@
   void    setClkCorr(const t_clkCorr* clkCorr);
   const QDateTime& receptDateTime() const {return _receptDateTime;}
-    const QString receptStaID() const {return _receptStaID;}
+  const QString receptStaID() const {return _receptStaID;}
   static QString rinexDateStr(const bncTime& tt, const t_prn& prn, double version);
   static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version);
@@ -94,5 +94,5 @@
   virtual ~t_ephGPS() {}
 
-    virtual e_type type() const {
+  virtual e_type type() const {
     switch (_prn.system()) {
       case 'J':
@@ -140,5 +140,5 @@
   double  _L2PFlag;         // L2 P data flag (not valid for IRNSS and QZSS)
 
-  mutable double  _ura;     // SV accuracy
+  mutable double  _ura;     // SV accuracy [m]
   double  _health;          // SV health
   double  _TGD;             // [s]
@@ -147,5 +147,4 @@
   double  _TOT;             // Transmission time
   double  _fitInterval;     // Fit interval in hours (not valid for IRNSS)
-
 };
 
@@ -190,5 +189,5 @@
     _M_tau_GPS        = 0.0;
     _M_l5             = 0.0;
-    _receptStaID      = "";    
+    _receptStaID      = "";
   }
   t_ephGlo(float rnxVersion, const QStringList& lines);
@@ -283,5 +282,5 @@
     _BGD_1_5B        = 0.0;
     _TOT             = 0.0;
-    _receptStaID     = "";    
+    _receptStaID     = "";
   };
   t_ephGal(float rnxVersion, const QStringList& lines);
@@ -364,5 +363,5 @@
     _ura            = 0.0;
     _health         = 0.0;
-    _receptStaID    = "";    
+    _receptStaID    = "";
   }
   t_ephSBAS(float rnxVersion, const QStringList& lines);
@@ -432,5 +431,5 @@
    _TOEsec          = 0.0;
    _TOEweek         =-1.0;
-    _receptStaID    = "";   
+   _receptStaID     = "";
  }
  t_ephBDS(float rnxVersion, const QStringList& lines);
@@ -450,5 +449,5 @@
   int     _AODC;
   int     _URAI;             //  [0..15] index from RTCM stream
-  mutable double  _URA;      //  user range accuracy
+  mutable double  _URA;      //  user range accuracy [m]
   double  _clock_bias;       //  [s]
   double  _clock_drift;      //  [s/s]
@@ -476,4 +475,3 @@
   double  _TOEweek;          //  BDT week will be set only in case of RINEX file input
 };
-
 #endif
