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

Commit

Permalink
Cleaned up formatting and restyled for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 29, 2021
1 parent 0d8ad93 commit 67ceaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/helio_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@ module subroutine helio_step_tp(self, system, param, t, dt)
real(DP), intent(in) :: dt !! Stepsizee
end subroutine helio_step_tp
end interface

end module helio_classes
2 changes: 1 addition & 1 deletion src/modules/symba_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ module subroutine symba_util_sort_rearrange_tp(self, ind)
class(symba_tp), intent(inout) :: self !! SyMBA massive body object
integer(I4B), dimension(:), intent(in) :: ind !! Index array used to restructure the body (should contain all 1:n index values in the desired order)
end subroutine symba_util_sort_rearrange_tp


end interface

end module symba_classes

0 comments on commit 67ceaf1

Please sign in to comment.