Page 1 of 1

noprint not working (as wished)

PostPosted: Tue Aug 18, 2009 3:32 pm
by lombard
Hi,

despite setting options_.noprint=1, I get a lot of printout on the screen. Running loops, the printing out slows down computation and is not very useful.
I need Dynare to compute moments so I cannot set nomoments=1;

Any idea?

Best
Gianni :D

Re: noprint not working (as wished)

PostPosted: Tue Aug 18, 2009 3:49 pm
by lombard
Here is the disp_th_moments.m where I have bracketed each occurrence of dyntable by
Code: Select all
if ~options_.noprint
dyntable(...
end


now Dynare is not printing, except for a blank line.

Best

Gianni

Re: noprint not working (as wished)

PostPosted: Mon Aug 24, 2009 1:40 pm
by SébastienVillemot
Thanks for pointing this.

I have introduced a similar change, which will be incorporated in Dynare 4.1.

Best,

S.V.