Skip to content

Commit 66ad1ff

Browse files
committed
Fix single new typo failure
1 parent 874352c commit 66ad1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/pynumero/src/AmplInterface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class PYNUMERO_ASL_EXPORT AmplInterface {
6666
// get the initial values for x
6767
void get_init_x(double *invec, int n);
6868

69-
// get the initia values for the multipliers lambda
69+
// get the initial values for the multipliers lambda
7070
void get_init_multipliers(double *invec, int n);
7171

7272
// evaluate the objective function

0 commit comments

Comments
 (0)