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

Merge branch 'resid' into 'master'

resid: Fix display of name tags with Ramsey equations

See merge request Dynare/dynare!2017
parents 896a35b0 a5fe22bd
Branches
No related tags found
1 merge request!2017resid: Fix display of name tags with Ramsey equations
Pipeline #6903 passed
......@@ -88,7 +88,7 @@ if nargout == 0
any_non_zero_residual = true;
end
if istag
tg = tags(cell2mat(tags(:,1)) == i,2:3); % all tags for equation i
tg = tags(cell2mat(tags(:,1)) == i+M_.ramsey_eq_nbr,2:3); % all tags for equation i
ind = strmatch('name', cellstr( tg(:,1) ) );
end
if ~(non_zero && tmp == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment