From 7221aa486fa507602549925ee93616e839cb08e5 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel.juillard@mjui.fr>
Date: Tue, 24 Apr 2012 10:32:59 +0200
Subject: [PATCH] added check_options are the same as steady_options. Added
 option nocheck to 'check' in test fs2000/fs2000a as there is a unit root and
 the user provided _steadystate.m doesn't solve the static equations

---
 DynareBison.yy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DynareBison.yy b/DynareBison.yy
index a246d5c3..7a514209 100644
--- a/DynareBison.yy
+++ b/DynareBison.yy
@@ -849,7 +849,7 @@ check_options_list : check_options_list COMMA check_options
                    | check_options
                    ;
 
-check_options : o_solve_algo;
+check_options : steady_options;
 
 model_info : MODEL_INFO ';'
              { driver.model_info(); }
-- 
GitLab