Skip to content

Commit 627459b

Browse files
authored
Merge pull request #213 from nbelakovski/patch-1
2 parents 20f8940 + 9f44d72 commit 627459b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran/cobyla/trustregion.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ subroutine trstlp_sub(iact, nact, stage, A, b, delta, d, vmultc, z)
170170
! Inputs
171171
integer(IK), intent(in) :: stage
172172
real(RP), intent(in) :: A(:, :) ! A(N, MCON)
173-
real(RP), intent(in) :: b(:) ! A(N, MCON)
173+
real(RP), intent(in) :: b(:) ! B(M)
174174
real(RP), intent(in) :: delta
175175

176176
! In-outputs

0 commit comments

Comments
 (0)