Page 1 of 1

Error running v3.064 for Linux

PostPosted: Wed Nov 19, 2008 8:58 pm
by emartinezgar
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

Re: Error running v3.064 for Linux

PostPosted: Wed Nov 19, 2008 9:26 pm
by MichelJuillard
nograph option isn't working properly. It needs fixing.
Sorry

Michel

Re: Error running v3.064 for Linux

PostPosted: Thu Nov 20, 2008 8:21 am
by MichelJuillard
As the only graphs are for the IRF, using option
irf=0
will cancel the graphs

michel