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

pp

parent 13e1cef3
Branches
Tags
No related merge requests found
...@@ -339,7 +339,6 @@ bool gmshLocalNetworkClient::receiveMessage() ...@@ -339,7 +339,6 @@ bool gmshLocalNetworkClient::receiveMessage()
Msg::StatusBar(true, "Running '%s'...", subClient->getName().c_str()); Msg::StatusBar(true, "Running '%s'...", subClient->getName().c_str());
subClient->setGmshServer(server); subClient->setGmshServer(server);
addClient(subClient); addClient(subClient);
std::cout << "Gmsh has " << getNumClients() << " clients\n";
} }
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment