diff options
Diffstat (limited to 'sci_gateway/cpp/sci_sym_remove.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_sym_remove.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci_gateway/cpp/sci_sym_remove.cpp b/sci_gateway/cpp/sci_sym_remove.cpp index d4e9c49..be9c72b 100644 --- a/sci_gateway/cpp/sci_sym_remove.cpp +++ b/sci_gateway/cpp/sci_sym_remove.cpp @@ -126,7 +126,7 @@ int sci_sym_delete_cols(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); free(value);//freeing the memory of the allocated pointer return 0; } @@ -242,7 +242,7 @@ int sci_sym_delete_rows(char *fname, unsigned long fname_len){ } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx) + 1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); free(value);//freeing the memory of the allocated pointer return 0; } |