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

*** empty log message ***

parent 7212a3f6
No related branches found
No related tags found
No related merge requests found
// $Id: Solvers.cpp,v 1.51 2006-08-05 10:05:45 geuzaine Exp $ // $Id: Solvers.cpp,v 1.52 2006-08-07 14:15:14 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -172,6 +172,8 @@ int Solver(int num, char *args) ...@@ -172,6 +172,8 @@ int Solver(int num, char *args)
SINFO[num].pid = 0; SINFO[num].pid = 0;
} }
Msg(STATUS2N, "Running '%s'", prog);
while(1) { while(1) {
int stop = (num < 0 && !CTX.solver.listen); int stop = (num < 0 && !CTX.solver.listen);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment