From e573d92451ed14206452a9cf30f61d0a2078b4d7 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel@dell-michel.home>
Date: Mon, 1 Jun 2020 17:29:05 +0200
Subject: [PATCH] fixing typo

---
 src/KalmanFilterTools.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KalmanFilterTools.jl b/src/KalmanFilterTools.jl
index f48f151..f6a0b75 100644
--- a/src/KalmanFilterTools.jl
+++ b/src/KalmanFilterTools.jl
@@ -1046,7 +1046,7 @@ struct KalmanSmootherWs{T, U} <: KalmanWs{T, U}
         kalman_tol = 1e-12
 
         new(csmall, Zsmall, iZsmall, RQ, QQ, v, F, cholF, cholH, iF,
-            a1, iFv, r, r1, at_t, K, KDK, L, L1, N, N1, ZP, Pt_t, Kv,
+            iFv, a1, r, r1, at_t, K, KDK, L, L1, N, N1, ZP, Pt_t, Kv,
             iFZ, PTmp, oldP, lik, KT, D, ystar, Zstar, Hstar, PZi,
             tmp_np, tmp_ns, tmp_ny, tmp_ns_np, tmp_ny_ny, kalman_tol)
     end
-- 
GitLab