Index: trunk/BNC/src/ephemeris.cpp
===================================================================
--- trunk/BNC/src/ephemeris.cpp	(revision 10579)
+++ trunk/BNC/src/ephemeris.cpp	(revision 10580)
@@ -995,5 +995,5 @@
   if (ephType() == t_eph::CNV2) {
     int intFlags;
-    if (_intSF !=-1 ) {
+    if (_intSF != -1 ) {
       intFlags |= (1 << 0);
       out
Index: trunk/BNC/src/ephemeris.h
===================================================================
--- trunk/BNC/src/ephemeris.h	(revision 10579)
+++ trunk/BNC/src/ephemeris.h	(revision 10580)
@@ -13,5 +13,5 @@
 class t_orbCorr;
 class t_clkCorr;
-//  enum e_navType {EPH, STO, EOP, ION};
+enum e_navType {EPH, STO, EOP, ION};
 
 class t_eph {
@@ -208,8 +208,8 @@
   double _ISC_L1P;          // [s]
 
-  bool   _intSF;            // [-] integrity status flag
-  bool   _ephSF;            // [-] ephemeris status flag (QZSS)
-  bool   _L2Cphasing;       // [-] L2C phasing flag
-  bool   _alert;            // [-] alert flag
+  int    _intSF;            // [-] integrity status flag
+  int    _ephSF;            // [-] ephemeris status flag (QZSS)
+  int    _L2Cphasing;       // [-] L2C phasing flag
+  int    _alert;            // [-] alert flag
 
   double _wnop;             // GPS continuous week number with the ambiguity resolved (same as _TOEweek?)
