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

Commit

Permalink
Reduced the number of tries because it appears to be pretty bimodal (…
Browse files Browse the repository at this point in the history
…it either succeeds after a few tries, or not at all)
  • Loading branch information
daminton committed Sep 3, 2021
1 parent e5ee63d commit 87fc551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fraggle/fraggle_generate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module subroutine fraggle_generate_fragments(self, colliders, system, param, lfa
integer(I4B) :: i
integer(I4B) :: try
real(DP) :: r_max_start, f_spin, dEtot, dLmag
integer(I4B), parameter :: MAXTRY = 3000
integer(I4B), parameter :: MAXTRY = 100
logical :: lk_plpl
logical, dimension(size(IEEE_ALL)) :: fpe_halting_modes, fpe_quiet_modes
logical, dimension(size(IEEE_USUAL)) :: fpe_flag
Expand Down

0 comments on commit 87fc551

Please sign in to comment.