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

improve output of mult_elimination

(cherry picked from commit 254e6e39)
parent ffb6c63b
No related branches found
Tags
No related merge requests found
......@@ -101,7 +101,8 @@ dr.M4 = M4;
nvar = length(varlist);
nspred = dr.nspred;
if nvar > 0
if nvar > 0 && options_.noprint == 0
res_table = zeros(2*(nm_nbr+M_.exo_nbr),nvar);
headers = 'Variables';
for i=1:length(varlist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment