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

fix compile

parent 61937394
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ int GmshDaemon(std::string socket) ...@@ -33,7 +33,7 @@ int GmshDaemon(std::string socket)
tmp << "Hello! I've received msg type=" << type << " len=" << length tmp << "Hello! I've received msg type=" << type << " len=" << length
<< " str=" << msg; << " str=" << msg;
client.Info(tmp.str().c_str()); client.Info(tmp.str().c_str());
if(type == GmshSocket::STOP){ if(type == GmshSocket::GMSH_STOP){
client.Info("Stopping connection!"); client.Info("Stopping connection!");
delete [] msg; delete [] msg;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment