Index: trunk/BNC/bncpppclient.cpp
===================================================================
--- trunk/BNC/bncpppclient.cpp	(revision 2249)
+++ trunk/BNC/bncpppclient.cpp	(revision 2250)
@@ -337,8 +337,10 @@
     ColumnVector vvTst(3);
     bncTime ttTst(tt.gpsw(), floor(tt.gpssec()+0.5));
-    ee->position(ttTst.gpsw(), ttTst.gpssec(), xcTst.data(), vvTst.data());
-    cout.setf(ios::fixed);
-    cout << "A: " << ttTst.timestr() << " " << prn.toAscii().data() << " "
-         << xcTst.t();
+    if (prn[0] == 'R') {
+      ee->position(ttTst.gpsw(), ttTst.gpssec(), xcTst.data(), vvTst.data());
+      cout.setf(ios::fixed);
+      cout << "A: " << ttTst.timestr() << " " << prn.toAscii().data() << " "
+           << xcTst.t();
+    }
     //// end test
 
@@ -348,8 +350,10 @@
 
         //// beg test
-        applyCorr(cc, xcTst, vvTst);
-        cout << "B: " << ttTst.timestr() << " " 
-             << ee->IOD() << "  " <<  cc->iod << "  " << (tt - cc->tt) << " "
-             << prn.toAscii().data() << " " << xcTst.t();
+        if (prn[0] == 'R') {
+          applyCorr(cc, xcTst, vvTst);
+          cout << "B: " << ttTst.timestr() << " " 
+               << ee->IOD() << "  " <<  cc->iod << "  " << (tt - cc->tt) << " "
+               << prn.toAscii().data() << " " << xcTst.t();
+        }
         //// beg test
 
