Changeset 6163 in ntrip


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

Legend:

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

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