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

Commit

Permalink
Merge branch 'OOPSymba' into OOPTides
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 29, 2021
2 parents 8388486 + 04feaa9 commit c6822d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion src/modules/swiftest.f90
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ module swiftest
implicit none
public


end module swiftest
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 c6822d0

Please sign in to comment.