Changeset 6166 in ntrip for trunk/BNC/src/PPP_free
- Timestamp:
- Sep 14, 2014, 1:12:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/pppFilter.cpp
r6162 r6166 993 993 // Compute Filter Update 994 994 // --------------------- 995 ColumnVector dx ;995 ColumnVector dx(nPar); dx = 0.0; 996 996 kalman(AA, ll, PP, _QQ, dx); 997 997 ColumnVector vv = ll - AA * dx;
Note:
See TracChangeset
for help on using the changeset viewer.