Skip to content
Snippets Groups Projects
Commit a5fe22bd authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

resid: Fix display of name tags with Ramsey equations

parent 700a0e3a
Branches
Tags
1 merge request!2017resid: Fix display of name tags with Ramsey equations
......@@ -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