From ea5ee4722b8258008df70eabac44a9e461077674 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 10 Sep 2013 16:35:50 +0200 Subject: [PATCH] Reintroduces nofunctions option mentioned in the manual that got somehow lost --- matlab/stoch_simul.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matlab/stoch_simul.m b/matlab/stoch_simul.m index 8de0e4bfe..6bb7ada05 100644 --- a/matlab/stoch_simul.m +++ b/matlab/stoch_simul.m @@ -115,7 +115,9 @@ if ~options_.noprint end skipline() if options_.order <= 2 && ~PI_PCL_solver - disp_dr(oo_.dr,options_.order,var_list); + if ~options_.nofunctions + disp_dr(oo_.dr,options_.order,var_list); + end end end