Skip to content

Commit 9f44d72

Browse files
authored
Correct comment in cobyla/trustregion.f90
1 parent c368823 commit 9f44d72

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)