model_diagnostics.m: bugfix after transition to cell arrays

disp does not work with cell
time-shift
Johannes Pfeifer 2018-01-25 17:37:12 +01:00 committed by Stéphane Adjemian (Charybdis)
parent 9fadf19bc2
commit a418a04249
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ for b=1:nb
break
end
end
disp(endo_names{k})
fprintf('%s\n',endo_names{k})
end
neq = null(jacob');
n_rel = size(neq,2);