diff options
author | ttt | 2019-10-02 16:12:06 +0530 |
---|---|---|
committer | ttt | 2019-10-02 16:12:06 +0530 |
commit | 5cbdabe67f771f9e5a997f9b50dbd04c6222f183 (patch) | |
tree | d5619969ba27d5646a485c13dc77876666c68448 /thirdparty | |
parent | 899ad723ae19201752f46ba225ccfcae057e6a65 (diff) | |
download | fossee-scilab-octave-toolbox-5cbdabe67f771f9e5a997f9b50dbd04c6222f183.tar.gz fossee-scilab-octave-toolbox-5cbdabe67f771f9e5a997f9b50dbd04c6222f183.tar.bz2 fossee-scilab-octave-toolbox-5cbdabe67f771f9e5a997f9b50dbd04c6222f183.zip |
matrix input transpose correction
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/linux/include/fun.h | 2 | ||||
-rwxr-xr-x | thirdparty/linux/lib/x64/libfun.so | bin | 2755296 -> 2755312 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/linux/include/fun.h b/thirdparty/linux/include/fun.h index 45f5a7d..abc5e17 100644 --- a/thirdparty/linux/include/fun.h +++ b/thirdparty/linux/include/fun.h @@ -25,7 +25,7 @@ extern "C" int n_in_arguments; // number of input arguments int n_out_arguments; // number of output arguments int n_out_user; // number of output arguments - //char *name; // Name + char *err; // Name //char *package; //Name of octave package to be loaded FUNCARGS *argument; } FUNCCALL; diff --git a/thirdparty/linux/lib/x64/libfun.so b/thirdparty/linux/lib/x64/libfun.so Binary files differindex aa4502e..4b3bf0d 100755 --- a/thirdparty/linux/lib/x64/libfun.so +++ b/thirdparty/linux/lib/x64/libfun.so |