From 38712d987caf9199ec35d11e4c02d7415e9aea46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Wed, 9 Oct 2013 15:21:32 +0200
Subject: [PATCH] Renamed options_.solve_maxit as options_.simul.maxit in
 det_cond_forecast.

Probably needs another option name...
---
 matlab/det_cond_forecast.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/det_cond_forecast.m b/matlab/det_cond_forecast.m
index 18ebb53f30..9cfc77cbba 100644
--- a/matlab/det_cond_forecast.m
+++ b/matlab/det_cond_forecast.m
@@ -100,7 +100,7 @@ else
 end;
 
 eps = options_.solve_tolf;
-maxit = options_.solve_maxit;
+maxit = options_.simul.maxit;
 
 initial_conditions = oo_.steady_state;
 past_val = 0;
-- 
GitLab