diff options
author | Harpreet | 2015-11-02 16:20:08 +0530 |
---|---|---|
committer | Harpreet | 2015-11-02 16:20:08 +0530 |
commit | 29e8e8bbd43892c7fa146c165fdf128f786d6a7b (patch) | |
tree | edeacf24d149d777859c2eff9661d04c7bd2f93d /sci_gateway/cpp/sci_sym_set_variables.cpp | |
parent | eb054c02e76fa28638b595865f5eda52277b70be (diff) | |
download | symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.gz symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.bz2 symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.zip |
README.rst added
Diffstat (limited to 'sci_gateway/cpp/sci_sym_set_variables.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_sym_set_variables.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci_gateway/cpp/sci_sym_set_variables.cpp b/sci_gateway/cpp/sci_sym_set_variables.cpp index 327bf84..384de6f 100644 --- a/sci_gateway/cpp/sci_sym_set_variables.cpp +++ b/sci_gateway/cpp/sci_sym_set_variables.cpp @@ -50,7 +50,7 @@ int sci_sym_set_defaults(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -123,7 +123,7 @@ int sci_sym_set_int_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -181,7 +181,7 @@ int sci_sym_get_int_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -243,7 +243,7 @@ int sci_sym_set_dbl_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -302,7 +302,7 @@ int sci_sym_get_dbl_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -363,7 +363,7 @@ int sci_sym_set_str_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } @@ -421,7 +421,7 @@ int sci_sym_get_str_param(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); return 0; } |