Moved kalman computation into cpp to improve compile speed

This commit is contained in:
2019-10-08 13:59:58 +02:00
parent f9d2b10839
commit 5b20b67e5f
3 changed files with 56 additions and 50 deletions

View File

@@ -50,6 +50,7 @@ FILE(GLOB SOURCES
mainTrilat.cpp
mainProb.cpp
Eval.cpp
FtmKalman.cpp
)