Changeset 6165 in ntrip


Ignore:
Timestamp:
Sep 14, 2014, 1:10:36 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r6163 r6165  
    196196    // Kalman update step
    197197    // ------------------
    198     ColumnVector dx;
    199     kalman(AA, ll, PP, _QFlt, dx);
    200     _xFlt += dx;
     198    kalman(AA, ll, PP, _QFlt, _xFlt);
    201199
    202200    // Check Residuals
Note: See TracChangeset for help on using the changeset viewer.