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

Commit

Permalink
Tweaks to the fraggle convergence loop limits to get a higher success…
Browse files Browse the repository at this point in the history
… rate in fitting angular momentum and energy constraints.
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Oct 4, 2023
1 parent 6b3a6b9 commit d2e7315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fraggle/fraggle_generate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ module subroutine fraggle_generate_vel_vec(collider, nbody_system, param, lfailu
real(DP), parameter :: hitandrun_vscale = 0.25_DP
real(DP) :: vmin_guess
real(DP) :: vmax_guess
integer(I4B), parameter :: MAXLOOP = 25
integer(I4B), parameter :: MAXTRY = 10
integer(I4B), parameter :: MAXLOOP = 50
integer(I4B), parameter :: MAXTRY = 50
integer(I4B), parameter :: MAXANGMTM = 1000
class(collision_fraggle), allocatable :: collider_local
character(len=STRMAX) :: message
Expand Down

0 comments on commit d2e7315

Please sign in to comment.