diff options
author | Harpreet | 2015-12-16 16:28:46 +0530 |
---|---|---|
committer | Harpreet | 2015-12-16 16:28:46 +0530 |
commit | fd86d04fdabb5719fff776af7dafe8f42dc39141 (patch) | |
tree | c8bb276467993592fe61873268eef3462825af13 /sci_gateway | |
parent | 436f0daf6e4f241b8fa582a943bad09ddc091f59 (diff) | |
download | FOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.tar.gz FOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.tar.bz2 FOSSEE-Optimization-toolbox-fd86d04fdabb5719fff776af7dafe8f42dc39141.zip |
Bugs from lsqlin and lsqnonneg fixed
Diffstat (limited to 'sci_gateway')
-rwxr-xr-x | sci_gateway/cpp/libFAMOS.so | bin | 122920 -> 122920 bytes | |||
-rw-r--r-- | sci_gateway/cpp/sci_ipopt.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/libFAMOS.so b/sci_gateway/cpp/libFAMOS.so Binary files differindex f973a5b..d4464aa 100755 --- a/sci_gateway/cpp/libFAMOS.so +++ b/sci_gateway/cpp/libFAMOS.so diff --git a/sci_gateway/cpp/sci_ipopt.cpp b/sci_gateway/cpp/sci_ipopt.cpp index b8e94a4..7094615 100644 --- a/sci_gateway/cpp/sci_ipopt.cpp +++ b/sci_gateway/cpp/sci_ipopt.cpp @@ -233,7 +233,7 @@ int sci_solveqp(char *fname) return 1; } - if (returnDoubleMatrixToScilab(7, 1, 1, Lambda)) + if (returnDoubleMatrixToScilab(7, 1, nCons, Lambda)) { return 1; } |