Skip to content
Snippets Groups Projects
Commit 0c9f4468 authored by Francois Henrotte's avatar Francois Henrotte
Browse files

No commit message

No commit message
parent 9f283000
No related branches found
No related tags found
No related merge requests found
...@@ -1663,14 +1663,14 @@ void MetaModel::client_sentence(const std::string &name, ...@@ -1663,14 +1663,14 @@ void MetaModel::client_sentence(const std::string &name,
localSolverClient *c; localSolverClient *c;
if((c=findClientByName(name))){ if((c=findClientByName(name))){
c->compute(); c->compute();
onelab::server::instance()->setChanged(false, c->getName()); //onelab::server::instance()->setChanged(false, c->getName());
} }
else else
OLMsg::Error("Unknown client <%s>", name.c_str()); OLMsg::Error("Unknown client <%s>", name.c_str());
} }
} }
else if(!action.compare("merge")){ else if(!action.compare("merge")){
if( arguments.size() && isTodo(COMPUTE) && !OLMsg::GetErrorCount() && (OLMsg::hasGmsh)){ if( arguments.size() && isTodo(COMPUTE) && !OLMsg::GetErrorCount() && (OLMsg::hasGmsh)){
std::vector<std::string> choices; std::vector<std::string> choices;
for(unsigned int i = 0; i < arguments.size(); i++){ for(unsigned int i = 0; i < arguments.size(); i++){
choices.push_back(resolveGetVal(arguments[i])); choices.push_back(resolveGetVal(arguments[i]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment