Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Jan 25, 2023
1 parent 5e97a69 commit e622421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Algorithm/IpOrigIpoptNLP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void OrigIpoptNLP::RegisterOptions(
"in the constraint Jacobians or the Lagrangian Hessian. "
"If this is not activated, the test is skipped, and the algorithm might proceed with invalid numbers and fail. "
"If test is activated and an invalid number is detected, "
"the matrix is written to output with print_level corresponding to J_MORE_DETAILED; "
"the matrix is written to output with print_level corresponding to J_MOREDETAILED (7); "
"so beware of large output!");
roptions->AddBoolOption(
"grad_f_constant",
Expand Down

0 comments on commit e622421

Please sign in to comment.