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

pp

parent 9f1560d5
No related branches found
No related tags found
No related merge requests found
...@@ -780,7 +780,8 @@ namespace onelab{ ...@@ -780,7 +780,8 @@ namespace onelab{
_getAllParameters(ps); _getAllParameters(ps);
for(std::set<parameter*, parameterLessThan>::iterator it = ps.begin(); for(std::set<parameter*, parameterLessThan>::iterator it = ps.begin();
it != ps.end(); it++) it != ps.end(); it++)
if(client.empty() || ((*it)->hasClient(client) && (changed || (*it)->getNumClients() == 1))) if(client.empty() || ((*it)->hasClient(client) &&
(changed || (*it)->getNumClients() == 1)))
(*it)->setChanged(changed); (*it)->setChanged(changed);
return true; return true;
} }
......
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