summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/sci_sym_openclose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/sci_sym_openclose.cpp')
-rw-r--r--sci_gateway/cpp/sci_sym_openclose.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci_gateway/cpp/sci_sym_openclose.cpp b/sci_gateway/cpp/sci_sym_openclose.cpp
index 90bfe75..301854f 100644
--- a/sci_gateway/cpp/sci_sym_openclose.cpp
+++ b/sci_gateway/cpp/sci_sym_openclose.cpp
@@ -36,6 +36,8 @@ int sci_sym_open(char *fname, unsigned long fname_len){
//check environment
if(global_sym_env==NULL){
+ // sciprint("Warning: Symphony environment is already initialized.\n");
+ // }else{
global_sym_env = sym_open_environment();//open an environment
if (!global_sym_env)
sciprint("Error: Unable to create symphony environment.\n");