From 9ea87754cc68e9b56459b442decd485f2b8c8bc0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 21 Oct 2011 13:51:59 +0000
Subject: [PATCH] onelab bug fix

---
 Common/DefaultOptions.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index e54c28196e..016a760002 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -129,11 +129,11 @@ StringXString SolverOptions_String[] = {
     "Name of solver 0" },
   { F|S, "Name1" , opt_solver_name1 , "" ,
     "Name of solver 1" },
-  { F|S, "Name2" , opt_solver_name1 , "" ,
+  { F|S, "Name2" , opt_solver_name2 , "" ,
     "Name of solver 2" },
-  { F|S, "Name3" , opt_solver_name1 , "" ,
+  { F|S, "Name3" , opt_solver_name3 , "" ,
     "Name of solver 3" },
-  { F|S, "Name4" , opt_solver_name1 , "" ,
+  { F|S, "Name4" , opt_solver_name4 , "" ,
     "Name of solver 4" },
 
   { F|O, "SocketName" , opt_solver_socket_name , 
-- 
GitLab