From f455f9b3c105292ccba94f2b5fe0f57cfe4b799c Mon Sep 17 00:00:00 2001 From: Georgey Date: Wed, 15 Mar 2017 16:34:53 +0530 Subject: Added header files for Ipopt 3.12.7,minor modifications to symphony's output texts --- sci_gateway/cpp/sci_sym_set_variables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci_gateway/cpp/sci_sym_set_variables.cpp') diff --git a/sci_gateway/cpp/sci_sym_set_variables.cpp b/sci_gateway/cpp/sci_sym_set_variables.cpp index 9368d69..17f9ac2 100644 --- a/sci_gateway/cpp/sci_sym_set_variables.cpp +++ b/sci_gateway/cpp/sci_sym_set_variables.cpp @@ -233,7 +233,7 @@ int sci_sym_set_dbl_param(char *fname, unsigned long fname_len){ else { output=sym_set_dbl_param(global_sym_env,ptr,num);//symphony function to set the variable name pointed by the ptr pointer to the double value stored in 'value' variable. if(output==FUNCTION_TERMINATED_NORMALLY){ - sciprint("setting of double parameter function executed successfully\n"); + // sciprint("setting of double parameter function executed successfully\n"); status=0.0; } else -- cgit