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

fix wzrn

parent 90c2c08f
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ bool onelab::localNetworkClient::run() ...@@ -288,7 +288,7 @@ bool onelab::localNetworkClient::run()
break; break;
case GmshSocket::GMSH_MERGE_FILE: case GmshSocket::GMSH_MERGE_FILE:
if(FlGui::instance()->onelab->mergeAuto()){ if(FlGui::instance()->onelab->mergeAuto()){
int n = PView::list.size(); unsigned int n = PView::list.size();
MergePostProcessingFile(message, FlGui::instance()->onelab->showLastStep(), MergePostProcessingFile(message, FlGui::instance()->onelab->showLastStep(),
FlGui::instance()->onelab->hideNewViews(), true); FlGui::instance()->onelab->hideNewViews(), true);
drawContext::global()->draw(); drawContext::global()->draw();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment