Changeset 5808 in ntrip for trunk/BNC/src/PPP/filter.cpp


Ignore:
Timestamp:
Aug 6, 2014, 11:16:40 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5800 r5808  
    77
    88#include "filter.h"
     9#include "bncutils.h"
    910#include "parlist.h"
    1011#include "obspool.h"
    1112#include "station.h"
    1213#include "pppClient.h"
    13 #include "bncmodel.h"
    1414
    1515using namespace BNC;
     
    212212    }
    213213    ColumnVector dx;
    214     bncModel::kalman(AA, ll, PP, _QFlt, dx);
     214    kalman(AA, ll, PP, _QFlt, dx);
    215215    _xFlt += dx;
    216216    //// end test
Note: See TracChangeset for help on using the changeset viewer.