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

pp

parent 25a2de58
No related branches found
No related tags found
No related merge requests found
...@@ -640,7 +640,7 @@ namespace onelab{ ...@@ -640,7 +640,7 @@ namespace onelab{
T tmp(name); T tmp(name);
typename std::set<T*, parameterLessThan>::iterator it = ps.find(&tmp); typename std::set<T*, parameterLessThan>::iterator it = ps.find(&tmp);
if(it != ps.end()){ if(it != ps.end()){
if(client.size()) (*it)->addClient(client); if(client.size()) (*it)->addClient(client);
p.push_back(**it); p.push_back(**it);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment