Skip to content

Commit

Permalink
240324.203410.HKT c: fix comment on ctol
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Mar 24, 2024
1 parent 7cc6d5b commit 890d46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/include/prima/prima.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ typedef struct {
// N.B.: 1. ctol is absolute, not relative.
// 2. ctol is used for choosing the returned x. It does not affect the iterations of the algorithm.
// Default: NaN, which will be interpreted in Fortran as not present, in which case a default value
// of machine epsilon will be used.
// of sqrt(machine epsilon) will be used.
double ctol;

// data: user data, will be passed through the objective function callback
Expand Down
2 changes: 1 addition & 1 deletion fortran/cobyla/cobylb.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module cobylb_mod
!
! Started: July 2021
!
! Last Modified: Sunday, March 24, 2024 PM05:17:30
! Last Modified: Sunday, March 24, 2024 PM08:32:31
!--------------------------------------------------------------------------------------------------!

implicit none
Expand Down

0 comments on commit 890d46d

Please sign in to comment.