From 8c4f2c79b73efa52d49363b327d1d5da99eef733 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Thu, 8 Mar 2012 12:52:53 +0100
Subject: [PATCH] Changed options conformably to the previous commits.

---
 tests/ep/rbcii.mod | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/ep/rbcii.mod b/tests/ep/rbcii.mod
index 168896705..49a0cce53 100644
--- a/tests/ep/rbcii.mod
+++ b/tests/ep/rbcii.mod
@@ -67,12 +67,11 @@ end;
 
     options_.maxit_ = 100;
     options_.ep.verbosity = 0;
-    options_.ep.stochastic.status = 0;
+    options_.ep.stochastic.order = 0;
     options_.console_mode = 0;
-
     ts = extended_path([],1000);
 
-    options_.ep.stochastic.status = 1;
+    options_.ep.stochastic.order = 1;
     sts = extended_path([],1000);
 
     figure(1)
-- 
GitLab