summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/sci_sym_set_variables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/sci_sym_set_variables.cpp')
-rw-r--r--sci_gateway/cpp/sci_sym_set_variables.cpp2
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