Index: trunk/BNC/RTCM/RTCM2.cpp
===================================================================
--- trunk/BNC/RTCM/RTCM2.cpp	(revision 354)
+++ trunk/BNC/RTCM/RTCM2.cpp	(revision 356)
@@ -880,4 +880,5 @@
     t = 0.6*P.modZCount() 
         + P.getUnsignedBits(4,20)*1.0e-6;
+    t = floor(t*1000.+0.5)/1000.; //weber
     
     // Frequency (exit if neither L1 nor L2)
@@ -969,4 +970,5 @@
     t = 0.6*P.modZCount() 
         + P.getUnsignedBits(4,20)*1.0e-6;
+    t = floor(t*1000.+0.5)/1000.; //weber
     
     // Frequency (exit if neither L1 nor L2)
