From 2cfa7bef8c86d7966da95773b195cd2615821835 Mon Sep 17 00:00:00 2001 From: harpreetrathore Date: Fri, 4 Dec 2015 09:56:12 +0530 Subject: Update sci_ipopt.cpp --- sci_gateway/cpp/sci_ipopt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci_gateway/cpp') 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 -- cgit