diff options
author | harpreetrathore | 2015-12-04 09:56:12 +0530 |
---|---|---|
committer | harpreetrathore | 2015-12-04 09:56:12 +0530 |
commit | 2cfa7bef8c86d7966da95773b195cd2615821835 (patch) | |
tree | 2246b4d7291c88fc8a3f358e92f35b4c9385ff18 /sci_gateway | |
parent | 2af2dd71492d5485bd921cfe7b832811881947bb (diff) | |
download | FOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.tar.gz FOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.tar.bz2 FOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.zip |
Update sci_ipopt.cpp
Diffstat (limited to 'sci_gateway')
-rw-r--r-- | sci_gateway/cpp/sci_ipopt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_ipopt.cpp b/sci_gateway/cpp/sci_ipopt.cpp index 0f94e47..b8e94a4 100644 --- a/sci_gateway/cpp/sci_ipopt.cpp +++ b/sci_gateway/cpp/sci_ipopt.cpp @@ -22,7 +22,7 @@ int sci_solveqp(char *fname) { using namespace Ipopt; - CheckInputArgument(pvApiCtx, 11, 11); // We need total 10 input arguments. + CheckInputArgument(pvApiCtx, 11, 11); // We need total 11 input arguments. CheckOutputArgument(pvApiCtx, 7, 7); // Error management variable |