Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Reduced tolerance value for greater likelihood of convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 20, 2021
1 parent f17039b commit be19703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_frag_pos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ subroutine set_fragment_radial_velocities(lmerge)
! Arguments
logical, intent(out) :: lmerge
! Internals
real(DP), parameter :: TOL = 1e-10_DP
real(DP), parameter :: TOL = 1e-8_DP
real(DP), dimension(:), allocatable :: vflat
logical :: lerr
integer(I4B) :: i
Expand Down

0 comments on commit be19703

Please sign in to comment.