Skip to content

Commit

Permalink
230804.180817.CST add a comment on calcfc_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Aug 4, 2023
1 parent 54e66dd commit fb0ce9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fortran/cobyla/cobylb.f90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module cobylb_mod
!
! Started: July 2021
!
! Last Modified: Thursday, August 03, 2023 PM09:31:14
! Last Modified: Friday, August 04, 2023 PM06:07:45
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down Expand Up @@ -656,7 +656,8 @@ subroutine cobylb(calcfc, iprint, maxfilt, maxfun, amat, bvec, ctol, cweight, et
subroutine calcfc_internal(x_internal, f_internal, constr_internal)
!--------------------------------------------------------------------------------------------------!
! This internal subroutine evaluates the objective function and ALL the constraints.
!--------------------------------------------------------------------------------------------------!
! In MATLAB/Python/R/Julia, this can be implemented as a lambda function / anonymous function.
!--------------------------------------------------------------------------------------------------!b
implicit none
! Inputs
real(RP), intent(in) :: x_internal(:)
Expand Down

0 comments on commit fb0ce9a

Please sign in to comment.