Index: /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h
===================================================================
--- /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h	(revision 10518)
+++ /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h	(revision 10519)
@@ -387,4 +387,5 @@
   };
 
+
   /* return size of resulting data or 0 in case of an error */
   virtual size_t MakeClockOrbit(const struct ClockOrbit *co, CodeType type,
@@ -540,7 +541,5 @@
   return ura;
 }
-//#endif /* NOENCODE */
-
-//#ifndef NODECODE
+
 #define DECODESTART \
   int numbits=0; \
Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10518)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10519)
@@ -275,5 +275,5 @@
     _antex = new bncAntex();
     if (_antex->readFile(antexFileName) != success) {
-      emit newMessage("bncCmb: wrong ANTEX file", true);
+      emit newMessage("bncComb: wrong ANTEX file", true);
       delete _antex;
       _antex = 0;
@@ -659,5 +659,5 @@
   XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO);
 
-  QString msg = "switch corr " + corr->_prn.mid(0,3)
+  QString msg = "bncComb: switch corr " + corr->_prn.mid(0,3)
     + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4);
 
