Skip to content
Snippets Groups Projects
Commit 25000ca6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'PKF' into 'master'

PKF: add period to debugging information

See merge request Dynare/dynare!2204
parents 33f2456a 5103d55c
Branches
Tags
No related merge requests found
...@@ -267,7 +267,7 @@ while notsteady && t<=last ...@@ -267,7 +267,7 @@ while notsteady && t<=last
end end
if info if info
if options_.debug if options_.debug
fprintf('\nmissing_observations_kalman_filter:PKF failed with: %s\n', get_error_message(info,options_)); fprintf('\nmissing_observations_kalman_filter:PKF failed in period %u with: %s\n', t, get_error_message(info,options_));
end end
return return
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment