From 68027d6c032b2ffb98c08a8ba0b5759a1a4439bf Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 12 Feb 2020 15:43:46 +0100
Subject: [PATCH] issue warning instead of error

---
 src/gui_load_mod_file.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui_load_mod_file.m b/src/gui_load_mod_file.m
index b21ca4c..3440001 100644
--- a/src/gui_load_mod_file.m
+++ b/src/gui_load_mod_file.m
@@ -183,7 +183,7 @@ end
                 steady;
                 oo_.dr.eigval = check(M_, options_, oo_);
             catch
-                gui_tools.show_error('Couldn''t find the steady state, so you need to fill in Model Settings->Steady State Guess before doing anything else');
+                gui_tools.show_warning('Couldn''t find the steady state, so you need to fill in Model Settings->Steady State Guess before doing anything else');
             end
             jObj.stop;
             jObj.setBusyText('Done');
-- 
GitLab