Error running v3.064 for Linux

I’m trying to run a stochastic simulation but I do not want the code to produce any plots. I can run the code with the command:

stoch_simul(noprint, periods=2100) y c;

But not with the instruction for no graphs:

stoch_simul(noprint, nograph, periods=2100) y c;

What can I do to make sure the code does not produce graphs? Thanks,

EMG

nograph option isn’t working properly. It needs fixing.
Sorry

Michel

As the only graphs are for the IRF, using option
irf=0
will cancel the graphs

michel