summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/sci_iofunc.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/sci_iofunc.cpp
parenteb054c02e76fa28638b595865f5eda52277b70be (diff)
downloadFOSSEE-Optimization-toolbox-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.gz
FOSSEE-Optimization-toolbox-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.tar.bz2
FOSSEE-Optimization-toolbox-29e8e8bbd43892c7fa146c165fdf128f786d6a7b.zip
README.rst added
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;
}