diff --git a/tests/ep/rbcii.mod b/tests/ep/rbcii.mod index 481bb1600..33b4cc62c 100644 --- a/tests/ep/rbcii.mod +++ b/tests/ep/rbcii.mod @@ -99,33 +99,31 @@ end; options_.maxit_ = 100; options_.ep.verbosity = 0; options_.ep.stochastic.order = 0; - options_.ep.stochastic.nodes = 5; + options_.ep.stochastic.nodes = 2; options_.console_mode = 0; ts = extended_path([],100); options_.ep.stochastic.order = 1; sts = extended_path([],100); - options_.ep.stochastic.order = 2; - sts2 = extended_path([],100); +// options_.ep.stochastic.order = 2; +// sts2 = extended_path([],100); // options_.ep.stochastic.order = 3; // sts3 = extended_path([],100); - save rbcii ts sts sts2 sts3; +// figure(1) +// plot(ts(2,:)-ts(4,:)); - figure(1) - plot(ts(2,:)-ts(4,:)); +// figure(2) +// plot(sts(2,:)-sts(4,:)); - figure(2) - plot(sts(2,:)-sts(4,:)); +// figure(3) +// plot(sts(2,:)-ts(2,:)) - figure(3) - plot(sts(2,:)-ts(2,:)) - - figure(4) +// figure(4) // plot([(ts(2,:)-ts(4,:))' (sts(2,:)-sts(4,:))' (sts2(2,:)-sts2(4,:))' (sts3(2,:)-sts3(4,:))']) - plot([(ts(2,:)-ts(4,:))' (sts(2,:)-sts(4,:))']) +// plot([(ts(2,:)-ts(4,:))' (sts(2,:)-sts(4,:))']) @#else