Skip to content
Snippets Groups Projects
Commit cfed4b8a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Changed some options and the test criteria which has to depend on the value of options_.dynatol.x.

parent d9952340
Branches
Tags
Loading
...@@ -32,24 +32,19 @@ end; ...@@ -32,24 +32,19 @@ end;
steady; steady;
options_.ep.verbosity = 0; options_.ep.verbosity = 0;
options_.ep.stochastic = 0; options_.ep.stochastic.order = 0;
options_.ep.order = 0; options_.ep.stochastic.nodes = 0;
options_.ep.nnodes = 0;
options_.console_mode = 0; options_.console_mode = 0;
ts = extended_path([],100); ts = extended_path([],100);
options_.ep.verbosity = 0; options_.ep.verbosity = 0;
options_.ep.stochastic = 1; options_.ep.stochastic.order = 1;
options_.ep.order = 1; options_.ep.stochastic.nodes = 3;
options_.ep.nnodes = 5;
options_.console_mode = 0; options_.console_mode = 0;
sts = extended_path([],100); sts = extended_path([],100);
if max(max(abs(ts-sts)))>options_.dynatol.x
if max(max(abs(ts-sts)))>1e-12
disp('Stochastic Extended Path:: Something is wrong here (potential bug in extended_path.m)!!!') disp('Stochastic Extended Path:: Something is wrong here (potential bug in extended_path.m)!!!')
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment