From 618ce13a6bce9fd7764b437b9c3ea6752410226c Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 18:52:17 +0530 Subject: sym_close bug fixed --- sci_gateway/cpp/.sci_sym_openclose.cpp.swp | Bin 0 -> 12288 bytes sci_gateway/cpp/builder_gateway_cpp.sce | 1 + 2 files changed, 1 insertion(+) create mode 100644 sci_gateway/cpp/.sci_sym_openclose.cpp.swp (limited to 'sci_gateway') diff --git a/sci_gateway/cpp/.sci_sym_openclose.cpp.swp b/sci_gateway/cpp/.sci_sym_openclose.cpp.swp new file mode 100644 index 0000000..713b5a4 Binary files /dev/null and b/sci_gateway/cpp/.sci_sym_openclose.cpp.swp differ diff --git a/sci_gateway/cpp/builder_gateway_cpp.sce b/sci_gateway/cpp/builder_gateway_cpp.sce index 1b8b117..fb32d92 100644 --- a/sci_gateway/cpp/builder_gateway_cpp.sce +++ b/sci_gateway/cpp/builder_gateway_cpp.sce @@ -26,6 +26,7 @@ C_Flags=["-w -fpermissive -I"+tools_path+"include/coin -Wl,-rpath="+tools_path+" Linker_Flag = ["-L"+tools_path+"lib/"+Version+filesep()+"libSym"] + //Name of All the Functions Function_Names = [ //for opening/closing environment and checking if it is open/close -- cgit