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

Block decomposition: revert bug introduced in

parent 03549ebd
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ if(isfield(M_,'block_structure')) ...@@ -56,7 +56,7 @@ if(isfield(M_,'block_structure'))
IM=[]; IM=[];
end; end;
size_IM=size(IM,1); size_IM=size(IM,1);
last=99999999; last=0;
for i=1:size_IM for i=1:size_IM
if(last~=IM(i,2)) if(last~=IM(i,2))
fprintf('\n%-30s',M_.endo_names(IM(i,2),:)); fprintf('\n%-30s',M_.endo_names(IM(i,2),:));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment