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

dynare_solve.m: remove display of blocks

Information is rarely helpful but clutters output of model_diagnostics
parent b1519b8c
Branches
Tags
No related merge requests found
...@@ -244,9 +244,6 @@ elseif ismember(options.solve_algo, [2, 4]) ...@@ -244,9 +244,6 @@ elseif ismember(options.solve_algo, [2, 4])
end end
for i=length(r)-1:-1:1 for i=length(r)-1:-1:1
blocklength = r(i+1)-r(i); blocklength = r(i+1)-r(i);
if options.debug
dprintf('DYNARE_SOLVE (solve_algo=2|4): solving block %u of size %u.', i, blocklength);
end
j = r(i):r(i+1)-1; j = r(i):r(i+1)-1;
blockcolumns=s(i+1)-s(i); blockcolumns=s(i+1)-s(i);
if blockcolumns ~= blocklength if blockcolumns ~= blocklength
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment