From 6f1554f1efdc0284a79a8565ced8460436e9e7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Fri, 12 Jun 2020 17:03:16 +0200 Subject: [PATCH] update some comments --- src/problem/problem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/problem/problem.cpp b/src/problem/problem.cpp index 5a38d11f4..caf9e1115 100644 --- a/src/problem/problem.cpp +++ b/src/problem/problem.cpp @@ -460,7 +460,7 @@ VectorComposite Problem::getState(const StateStructure& _structure) const } } - // check for empty blocks and fill them with the last KF, or with zeros in the worst case + // check for empty blocks and fill them with the last KF, with the prior, or with zeros in the worst case VectorComposite state_last; @@ -510,7 +510,7 @@ VectorComposite Problem::getState (const TimeStamp& _ts, const StateStructure& _ } } - // check for empty blocks and fill them with the closest KF to ts, or with zeros in the worst case + // check for empty blocks and fill them with the closest KF to ts, with the prior, or with zeros in the worst case VectorComposite state_last; -- GitLab