summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/sym_data_query_functions.cpp
diff options
context:
space:
mode:
authorHarpreet2015-11-02 16:20:08 +0530
committerHarpreet2015-11-02 16:20:08 +0530
commit29e8e8bbd43892c7fa146c165fdf128f786d6a7b (patch)
treeedeacf24d149d777859c2eff9661d04c7bd2f93d /sci_gateway/cpp/sym_data_query_functions.cpp
parenteb054c02e76fa28638b595865f5eda52277b70be (diff)
downloadsymphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.gz
symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.bz2
symphony-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.zip
README.rst added
Diffstat (limited to 'sci_gateway/cpp/sym_data_query_functions.cpp')
-rw-r--r--sci_gateway/cpp/sym_data_query_functions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci_gateway/cpp/sym_data_query_functions.cpp b/sci_gateway/cpp/sym_data_query_functions.cpp
index b0d0989..9f38094 100644
--- a/sci_gateway/cpp/sym_data_query_functions.cpp
+++ b/sci_gateway/cpp/sym_data_query_functions.cpp
@@ -162,7 +162,7 @@ int sci_sym_get_dbl_arr(char *fname, unsigned long fname_len){
//assign result position to output argument
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1;
- ReturnArguments(pvApiCtx);
+ //ReturnArguments(pvApiCtx);
return 0;
}
@@ -230,7 +230,7 @@ int sci_sym_get_row_sense(char *fname, unsigned long fname_len) {
//assign result position to output argument
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1;
- ReturnArguments(pvApiCtx);
+ //ReturnArguments(pvApiCtx);
return 0;
}
@@ -339,7 +339,7 @@ int sci_sym_get_matrix(char *fname, unsigned long fname_len){
//assign result position to output argument
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1;
- ReturnArguments(pvApiCtx);
+ //ReturnArguments(pvApiCtx);
return 0;
}