diff options
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; } |