summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharpreetrathore2015-12-04 09:56:12 +0530
committerharpreetrathore2015-12-04 09:56:12 +0530
commit2cfa7bef8c86d7966da95773b195cd2615821835 (patch)
tree2246b4d7291c88fc8a3f358e92f35b4c9385ff18
parent2af2dd71492d5485bd921cfe7b832811881947bb (diff)
downloadFOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.tar.gz
FOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.tar.bz2
FOSSEE-Optimization-toolbox-2cfa7bef8c86d7966da95773b195cd2615821835.zip
Update sci_ipopt.cpp
-rw-r--r--sci_gateway/cpp/sci_ipopt.cpp2
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