summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/sci_iofunc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp/sci_iofunc.cpp')
-rw-r--r--sci_gateway/cpp/sci_iofunc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci_gateway/cpp/sci_iofunc.cpp b/sci_gateway/cpp/sci_iofunc.cpp
index 8895010..e1c8610 100644
--- a/sci_gateway/cpp/sci_iofunc.cpp
+++ b/sci_gateway/cpp/sci_iofunc.cpp
@@ -173,7 +173,7 @@ int return0toScilab()
//make it the output variable
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx)+1;
//return it to scilab
- ReturnArguments(pvApiCtx);
+ //ReturnArguments(pvApiCtx);
return 0;
}
@@ -189,6 +189,6 @@ int returnDoubleToScilab(double retVal)
return 1;
}
AssignOutputVariable(pvApiCtx, 1) = nbInputArgument(pvApiCtx)+1;
- ReturnArguments(pvApiCtx);
+ //ReturnArguments(pvApiCtx);
return 0;
}