Skip to content
Snippets Groups Projects
Verified Commit dfda985e authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

SMM: add forgotten error code

[skip CI]

(cherry picked from commit 137ba73c)
parent 32449319
Branches
Tags
No related merge requests found
...@@ -166,6 +166,8 @@ switch info(1) ...@@ -166,6 +166,8 @@ switch info(1)
message = 'Aim: A is NAN or INF.'; message = 'Aim: A is NAN or INF.';
case 164 case 164
message = 'Aim: Problem in SPEIG.'; message = 'Aim: Problem in SPEIG.';
case 180
message = 'SMM: simulation resulted in NaN/Inf. You may need to enable pruning.';
case 201 case 201
message = 'Particle Filter: Initial covariance of the states is not positive definite. Try a different nonlinear_filter_initialization'; message = 'Particle Filter: Initial covariance of the states is not positive definite. Try a different nonlinear_filter_initialization';
case 202 case 202
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment