Index: trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- trunk/BNC/src/PPP/pppSatObs.cpp	(revision 6027)
+++ trunk/BNC/src/PPP/pppSatObs.cpp	(revision 6028)
@@ -232,5 +232,5 @@
     }
     else {
-      retVal += _obs[tFreq]->_code * it->second;
+      retVal += it->second * _obs[tFreq]->_code;
     }
   }
@@ -242,5 +242,5 @@
     }
     else {
-      retVal += _obs[tFreq]->_phase * it->second;
+      retVal += it->second * _obs[tFreq]->_phase * t_CST::lambda(tFreq, _channel);
     }
   }
