Index: trunk/BNC/RTCM3/rtcm3torinex.cpp
===================================================================
--- trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 464)
+++ trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 465)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.cpp,v 1.16 2007/03/06 08:52:46 mervart Exp $
+  $Id: rtcm3torinex.cpp,v 1.17 2007/03/06 08:54:41 mervart Exp $
   Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
 
@@ -51,5 +51,5 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.16 $";
+static char revisionstr[] = "$Revision: 1.17 $";
 
 static uint32_t CRC24(long size, const unsigned char *buf)
@@ -805,5 +805,5 @@
           if((Parser->Data.dataflags[i] & df)
              && !isnan(Parser->Data.measdata[i][pos])
-             && !isinf(Parser->Data.measdata[i][pos]))
+             ) //// && !isinf(Parser->Data.measdata[i][pos]))
           {
             v = 1;
@@ -816,5 +816,5 @@
             if((Parser->Data.dataflags[i] & df)
                && !isnan(Parser->Data.measdata[i][pos])
-               && !isinf(Parser->Data.measdata[i][pos]))
+               ) //// && !isinf(Parser->Data.measdata[i][pos]))
             {
               v = 1;
@@ -854,5 +854,5 @@
 
 #ifndef NO_RTCM3_MAIN
-static char datestr[]     = "$Date: 2007/03/06 08:52:46 $";
+static char datestr[]     = "$Date: 2007/03/06 08:54:41 $";
 
 /* The string, which is send as agent in HTTP request */
Index: trunk/BNC/bnchelp.html
===================================================================
--- trunk/BNC/bnchelp.html	(revision 464)
+++ trunk/BNC/bnchelp.html	(revision 465)
@@ -431,5 +431,5 @@
 <p><a name="authors"><h3>D - Authors</h3></p>
 <p>
-The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Advanced Geodesy. BNC integrates the following GNU GPL software components: 
+The BKG Ntrip Client (BNC) Qt Graphic User Interface (GUI) has been developed for the Federal Agency for Cartography and Geodesy (BKG) by Leos Mervart, Czech Technical University Prague, Department of Geodesy. BNC integrates the following GNU GPL software components: 
 <ul>
 <li> RTCM 2.x decoder, written by Oliver Montenbruck, German Space Operations Center, DLR, Oberpfaffenhofen</li> 
Index: trunk/BNC/test_bnc.cpp
===================================================================
--- trunk/BNC/test_bnc.cpp	(revision 464)
+++ trunk/BNC/test_bnc.cpp	(revision 465)
@@ -6,5 +6,5 @@
 // German Federal Agency for Cartography and Geodesy (BKG)
 // http://www.bkg.bund.de
-// Czech Technical University Prague, Department of Advanced Geodesy
+// Czech Technical University Prague, Department of Geodesy
 // http://www.fsv.cvut.cz
 //
