Index: trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4339)
+++ trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4340)
@@ -264,4 +264,13 @@
     double xSat, ySat, zSat, clkSat;
     eph->position(obs.GPSWeek, obs.GPSWeeks, xSat, ySat, zSat, clkSat);
-  }
-}
+
+    //// beg test
+    double xRec = -3947762.7496;
+    double yRec =  3364399.8789;
+    double zRec =  3699428.5111;
+    //// end test
+   
+    double rho, eleSat, azSat;
+    topos(xRec, yRec, zRec, xSat, ySat, zSat, rho, eleSat, azSat);
+  }
+}
