diff options
Diffstat (limited to 'sci_gateway/cpp/sci_iofunc.hpp')
-rw-r--r-- | sci_gateway/cpp/sci_iofunc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_iofunc.hpp b/sci_gateway/cpp/sci_iofunc.hpp index 2c84c82..287002a 100644 --- a/sci_gateway/cpp/sci_iofunc.hpp +++ b/sci_gateway/cpp/sci_iofunc.hpp @@ -18,7 +18,7 @@ int getStringFromScilab(int argNum,char** dest); //output int return0toScilab(); int returnDoubleToScilab(double retVal); -int returnDoubleMatrixToScilab(int itemPos, int rows, int cols, double *dest); +int returnDoubleMatrixToScilab(int itemPos, int rows, int cols,const double *dest); int returnIntegerMatrixToScilab(int itemPos, int rows, int cols, int *dest); #endif //SCI_IOFUNCHEADER |