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

Merge branch 'model_diag_bytecode' into 'master'

:bug: model_diagnostics.m: set missing variable for bytecode

See merge request !2347
parents 2e649357 e58c1255
No related branches found
No related tags found
1 merge request!2347:bug: model_diagnostics.m: set missing variable for bytecode
Pipeline #11365 passed
......@@ -160,6 +160,7 @@ for b=1:nb
'evaluate', 'static', 'block_decomposed', ['block=' ...
int2str(b)]);
end
n_vars_jacob=size(jacob,2);
else
if options_.block
T = NaN(M_.block_structure_stat.tmp_nbr, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment