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

Commit

Permalink
symba_frag_pos removed escale from ke_family
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Jun 1, 2021
1 parent e3d1cfb commit 1ba5cde
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 @@ -293,7 +293,7 @@ subroutine define_pre_collisional_family()
ke_family = ke_family + Mpl(family(i)) * dot_product(vbpl(:,family(i)), vbpl(:,family(i)))
lexclude(family(i)) = .true. ! For all subsequent energy calculations the pre-impact family members will be replaced by the fragments
end do
ke_family = 0.5_DP * ke_family / Escale
ke_family = 0.5_DP * ke_family! / Escale
end associate
return
end subroutine define_pre_collisional_family
Expand Down

0 comments on commit 1ba5cde

Please sign in to comment.