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