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

Commit

Permalink
Fixed typo in origin_type text
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 4, 2023
1 parent 583e8ca commit 794a1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collision/collision_resolve.f90
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ module subroutine collision_resolve_mergeaddsub(nbody_system, param, t, status)
if (status == DISRUPTED) then
write(origin_type,*) "Disruption"
else if (status == HIT_AND_RUN_DISRUPT) then
write(origin_type,*) "Hit and run fragmention"
write(origin_type,*) "Hit and run fragmentation"
end if
call plnew%info(1)%copy(pl%info(ibiggest))
plnew%status(1) = OLD_PARTICLE
Expand Down

0 comments on commit 794a1d0

Please sign in to comment.