Skip to content
Snippets Groups Projects
Verified Commit 68027d6c authored by Houtan Bastani's avatar Houtan Bastani
Browse files

issue warning instead of error

parent 4b579aa1
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ end ...@@ -183,7 +183,7 @@ end
steady; steady;
oo_.dr.eigval = check(M_, options_, oo_); oo_.dr.eigval = check(M_, options_, oo_);
catch 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 end
jObj.stop; jObj.stop;
jObj.setBusyText('Done'); jObj.setBusyText('Done');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment