Skip to content

Commit

Permalink
231103.150944.HKT bobyqa/trustregion: remove gred
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Nov 3, 2023
1 parent 84e6f84 commit 3ce7a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2132,3 +2132,4 @@ OSCIPANE
TWOBARS
lang
archnorma
orthtol
3 changes: 1 addition & 2 deletions fortran/bobyqa/trustregion.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module trustregion_bobyqa_mod
!
! Started: February 2022
!
! Last Modified: Friday, November 03, 2023 PM02:58:59
! Last Modified: Friday, November 03, 2023 PM03:07:50
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down Expand Up @@ -124,7 +124,6 @@ subroutine trsbox(delta, gopt_in, hq_in, pq_in, sl, su, tol, xopt, xpt, crvmin,
real(RP) :: dred(size(gopt_in))
real(RP) :: gnew(size(gopt_in))
real(RP) :: gopt(size(gopt_in))
real(RP) :: gred(size(gopt_in))
real(RP) :: hdred(size(gopt_in))
real(RP) :: hs(size(gopt_in))
real(RP) :: modscal
Expand Down

0 comments on commit 3ce7a7b

Please sign in to comment.