From 0c9f4468e133d2c5b3bf7754038c2d54229ba817 Mon Sep 17 00:00:00 2001
From: Francois Henrotte <francois.henrotte@ulg.ac.be>
Date: Tue, 12 Feb 2013 09:37:59 +0000
Subject: [PATCH]

---
 contrib/onelab/OnelabParser.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/onelab/OnelabParser.cpp b/contrib/onelab/OnelabParser.cpp
index 2497190a85..50e47afb81 100644
--- a/contrib/onelab/OnelabParser.cpp
+++ b/contrib/onelab/OnelabParser.cpp
@@ -1663,14 +1663,14 @@ void MetaModel::client_sentence(const std::string &name,
       localSolverClient *c;
       if((c=findClientByName(name))){
 	c->compute();
-	onelab::server::instance()->setChanged(false, c->getName());
+	//onelab::server::instance()->setChanged(false, c->getName());
       }
       else
 	OLMsg::Error("Unknown client <%s>", name.c_str());
     }
   }
   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;
       for(unsigned int i = 0; i < arguments.size(); i++){
 	choices.push_back(resolveGetVal(arguments[i]));
-- 
GitLab