diff options
Diffstat (limited to 'sci_gateway/cpp/sci_sym_loadproblem.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_sym_loadproblem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_sym_loadproblem.cpp b/sci_gateway/cpp/sci_sym_loadproblem.cpp index 6d7f538..b732eeb 100644 --- a/sci_gateway/cpp/sci_sym_loadproblem.cpp +++ b/sci_gateway/cpp/sci_sym_loadproblem.cpp @@ -42,7 +42,7 @@ static void cleanupBeforeExit() return; } AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx)+1; - ReturnArguments(pvApiCtx); + //ReturnArguments(pvApiCtx); } static int checkNumArgs() |