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

Commit

Permalink
Merge branch 'master' into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 11, 2023
2 parents df48d5e + 43f7dbb commit 8b1acfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/collision/collision_regime.f90
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,7 @@ subroutine collision_regime_LS12_SI(Mcb, m1, m2, rad1, rad2, rh1, rh2, vb1, vb2,
regime = COLLRESOLVE_REGIME_HIT_AND_RUN !hit and run
end if
else if (Vimp > Verosion .and. Vimp < Vsupercat) then
if (m2 < 0.001_DP * m1) then
regime = COLLRESOLVE_REGIME_MERGE !cratering regime"
else
regime = COLLRESOLVE_REGIME_DISRUPTION !disruption
end if
regime = COLLRESOLVE_REGIME_DISRUPTION !disruption
else if (Vimp > Vsupercat) then
regime = COLLRESOLVE_REGIME_SUPERCATASTROPHIC ! supercatastrophic
else
Expand Down

0 comments on commit 8b1acfb

Please sign in to comment.