Made replic option specific to stochastic simulations (options_.simul_replic).

time-shift
Stéphane Adjemian (Charybdis) 2012-06-11 09:41:34 +02:00
parent 7a795cfdca
commit d006bd2aaf
2 changed files with 2 additions and 1 deletions

View File

@ -238,6 +238,7 @@ options_.pruning = 0;
options_.solve_algo = 2;
options_.linear = 0;
options_.replic = 50;
options_.simul_replic = 0;
options_.drop = 100;
% if mjdgges.dll (or .mexw32 or ....) doesn't exist, matlab/qz is added to the path.
% There exists now qz/mjdgges.m that contains the calls to the old Sims code

View File

@ -33,7 +33,7 @@ function y_=simult(y0, dr)
global M_ options_ oo_
order = options_.order;
replic = options_.replic;
replic = options_.simul_replic;
if replic == 0
replic = 1;