From f7c5cbc61d5b52c749824298cfa39a95db2d879c Mon Sep 17 00:00:00 2001
From: Harpreet
Date: Fri, 29 Jan 2016 16:38:03 +0530
Subject: linprog general tests added

---
 sci_gateway/cpp/builder_gateway_cpp.sce | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'sci_gateway/cpp/builder_gateway_cpp.sce')

diff --git a/sci_gateway/cpp/builder_gateway_cpp.sce b/sci_gateway/cpp/builder_gateway_cpp.sce
index 3503996..c92bd7f 100644
--- a/sci_gateway/cpp/builder_gateway_cpp.sce
+++ b/sci_gateway/cpp/builder_gateway_cpp.sce
@@ -1,22 +1,24 @@
 // Copyright (C) 2015 - IIT Bombay - FOSSEE
 //
-// Author: Keyur Joshi, Sai Kiran, Iswarya and Harpreet Singh
-// Organization: FOSSEE, IIT Bombay
-// Email: harpreet.mertia@gmail.com
 // This file must be used under the terms of the CeCILL.
 // This source file is licensed as described in the file COPYING, which
 // you should have received as part of this distribution.  The terms
 // are also available at
 // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+// Author: Harpreet Singh
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
 
 mode(-1)
 lines(0)
 
-toolbox_title = "FAMOS";
+toolbox_title = "FOSSEE_Optimization_Toolbox";
 
 [a, opt] = getversion();
 Version = opt(2);
 
+Build_64Bits = %f;
+
 path_builder = get_absolute_file_path('builder_gateway_cpp.sce');
 
 tools_path  = path_builder + "../../thirdparty/linux/";
-- 
cgit