diff options
author | Georgey | 2017-03-15 16:34:53 +0530 |
---|---|---|
committer | Georgey | 2017-03-15 16:34:53 +0530 |
commit | f455f9b3c105292ccba94f2b5fe0f57cfe4b799c (patch) | |
tree | 77d4c00636d5e62e659f486f685990d2388073a1 /sci_gateway/cpp/sci_sym_set_variables.cpp | |
parent | e9d5a25d2eb1950e5ce0adf29a67850e38d23dd3 (diff) | |
download | symphony-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.tar.gz symphony-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.tar.bz2 symphony-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.zip |
Added header files for Ipopt 3.12.7,minor modifications to symphony's output texts
Diffstat (limited to 'sci_gateway/cpp/sci_sym_set_variables.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_sym_set_variables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |