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

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 17, 2022
1 parent 8d406e1 commit b29b1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fraggle/fraggle_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module subroutine fraggle_setup_fragments(self, n, param)
integer(I4B), intent(in) :: n
class(swiftest_parameters), intent(in) :: param

call self%collision_fragments%setup(n, param)
call collision_setup_fragments(self, n, param)
if (n < 0) return

if (allocated(self%v_r_mag)) deallocate(self%v_r_mag)
Expand Down

0 comments on commit b29b1bf

Please sign in to comment.