dynare_solve: fix display of number of dmperm blocks

time-shift
Sébastien Villemot 2020-07-27 17:34:13 +02:00
parent adf1fdb009
commit 0b41d17374
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ elseif ismember(options.solve_algo, [2, 12, 4, 14])
[j1,j2,r,s] = dmperm(fjac);
JAC = abs(fjac(j1,j2))>0;
if options.debug
disp(['DYNARE_SOLVE (solve_algo=2|4|12|14): number of blocks = ' num2str(length(r))]);
disp(['DYNARE_SOLVE (solve_algo=2|4|12|14): number of blocks = ' num2str(length(r)-1)]);
end
l = 0;
fre = false;