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

onelab

parent 9a2edf22
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ namespace onelab{ ...@@ -345,7 +345,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()){
(*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.
Finish editing this message first!
Please register or to comment