Index: trunk/BNS/bns.cpp
===================================================================
--- trunk/BNS/bns.cpp	(revision 985)
+++ trunk/BNS/bns.cpp	(revision 986)
@@ -499,7 +499,7 @@
   dx(3) = -0.048;
   const static double arcSec = 180.0 * 3600.0 / M_PI;
-  const static double ox = 0.000081 / arcSec;
-  const static double oy = 0.000490 / arcSec;
-  const static double oz = 0.000792 / arcSec;
+  const static double ox =  0.000081 / arcSec;
+  const static double oy =  0.000490 / arcSec;
+  const static double oz = -0.000792 / arcSec;
 
   Matrix rMat(3,3); rMat = 0.0;
Index: trunk/BNS/bns.h
===================================================================
--- trunk/BNS/bns.h	(revision 985)
+++ trunk/BNS/bns.h	(revision 986)
@@ -58,5 +58,5 @@
                         const QString& prn, const ColumnVector& xx, 
                         struct ClockOrbit::SatData* sd);
-  void crdTrafo(ColumnVector& xyz);
+  void crdTrafo(int GPSWeek, ColumnVector& xyz);
 
   QTcpServer*               _clkServer;
