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

added a call to GUI::check() to make the GUI more responsive
parent dc99d1ea
No related branches found
No related tags found
No related merge requests found
// $Id: Solvers.cpp,v 1.28 2004-10-25 00:45:47 geuzaine Exp $ // $Id: Solvers.cpp,v 1.29 2004-10-25 18:48:37 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -144,6 +144,7 @@ int Solver(int num, char *args) ...@@ -144,6 +144,7 @@ int Solver(int num, char *args)
Msg(SOLVER, "%-8.8s: %s", SINFO[num].name, str); Msg(SOLVER, "%-8.8s: %s", SINFO[num].name, str);
break; break;
} }
WID->check(); // update the GUI
if(stop) if(stop)
break; break;
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment