Reduced the number of simulations.

time-shift
Stéphane Adjemian (Charybdis) 2012-11-05 17:45:00 +01:00
parent a9d3ecb0ed
commit f9d8ee682c
1 changed files with 2 additions and 2 deletions

View File

@ -36,14 +36,14 @@ options_.ep.stochastic.order = 0;
options_.ep.stochastic.nodes = 0;
options_.console_mode = 0;
ts = extended_path([],10000);
ts = extended_path([],1000);
options_.ep.verbosity = 0;
options_.ep.stochastic.order = 1;
options_.ep.stochastic.nodes = 3;
options_.console_mode = 0;
sts = extended_path([],10000);
sts = extended_path([],1000);
if max(max(abs(ts-sts)))>pi*options_.dynatol.x
disp('Stochastic Extended Path:: Something is wrong here (potential bug in extended_path.m)!!!')