summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authorttt2019-10-02 16:12:06 +0530
committerttt2019-10-02 16:12:06 +0530
commit5cbdabe67f771f9e5a997f9b50dbd04c6222f183 (patch)
treed5619969ba27d5646a485c13dc77876666c68448 /thirdparty
parent899ad723ae19201752f46ba225ccfcae057e6a65 (diff)
downloadfossee-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.h2
-rwxr-xr-xthirdparty/linux/lib/x64/libfun.sobin2755296 -> 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
index aa4502e..4b3bf0d 100755
--- a/thirdparty/linux/lib/x64/libfun.so
+++ b/thirdparty/linux/lib/x64/libfun.so
Binary files differ