Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 2241)
+++ trunk/BNC/bncmodel.cpp	(revision 2242)
@@ -461,5 +461,5 @@
         bncParam* par = new bncParam(bncParam::AMB_L3, _params.size()+1, prn);
         _params.push_back(par);
-        par->xx = satData->P3 - cmpValue(satData);
+        ///        par->xx = satData->L3 - cmpValue(satData);
       }
     }
@@ -642,4 +642,11 @@
 
         ll(iObs)      = satData->L3 - rhoCmp;
+
+        cout.setf(ios::fixed);
+        cout << prn.toAscii().data() << " " 
+             << setprecision(3) << rhoCmp << " "
+             << setprecision(3) << satData->P3 << " "
+             << setprecision(3) << satData->L3 << endl;
+
         PP(iObs,iObs) = 1.0 / (sig_L3 * sig_L3) / ellWgtCoeff;
         for (int iPar = 1; iPar <= _params.size(); iPar++) {
@@ -663,4 +670,6 @@
     }
 
+    cout << endl;
+
     // Compute Filter Update
     // ---------------------
