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

Commit

Permalink
Allow more steps to converge on angular momentum
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 2, 2023
1 parent 8e87b2f commit cdc986b
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 @@ -483,7 +483,7 @@ module subroutine fraggle_generate_vel_vec(collider, nbody_system, param, lfailu
real(DP) :: delta_v, GC
integer(I4B), parameter :: MAXINNER = 10
integer(I4B), parameter :: MAXOUTER = 10
integer(I4B), parameter :: MAXANGMTM = 100
integer(I4B), parameter :: MAXANGMTM = 10000
class(collision_fraggle), allocatable :: collider_local
character(len=STRMAX) :: message

Expand Down

0 comments on commit cdc986b

Please sign in to comment.