Merge branch 'resid' into 'master'

resid: Fix display of name tags with Ramsey equations

See merge request Dynare/dynare!2017
fix-nonlinear-solvers
Sébastien Villemot 2022-04-05 06:16:39 +00:00
commit 0779816457
1 changed files with 1 additions and 1 deletions

View File

@ -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)