Skip to content
Snippets Groups Projects
Commit 64088390 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 4e6750e2
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ GModel::~GModel() ...@@ -85,7 +85,7 @@ GModel::~GModel()
GModel *GModel::current(int index) GModel *GModel::current(int index)
{ {
if(list.empty()){ if(list.empty()){
Msg::Warning("No current model available: creating one"); Msg::Info("No current model available: creating one");
new GModel(); new GModel();
} }
if(index >= 0) _current = index; if(index >= 0) _current = index;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment