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

Commit

Permalink
Added missing use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 20, 2021
1 parent 739fc8b commit c2db7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/helio_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ module subroutine helio_step_tp(self, system, param, t, dt)
end subroutine helio_step_tp

module subroutine helio_util_index_eucl_plpl(self, param)
use swiftest_classes, only : swiftest_parameters
implicit none
class(helio_pl), intent(inout) :: self !! Helio massive body object
class(swiftest_parameters), intent(in) :: param !! Current run configuration parameters
Expand Down
1 change: 1 addition & 0 deletions src/modules/symba_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ module function symba_collision_casesupercatastrophic(system, param, family, x,
end function symba_collision_casesupercatastrophic

module subroutine symba_util_index_eucl_plpl(self, param)
use swiftest_classes, only : swiftest_parameters
implicit none
class(symba_pl), intent(inout) :: self !! SyMBA massive body object
class(swiftest_parameters), intent(in) :: param !! Current run configuration parameters
Expand Down

0 comments on commit c2db7c0

Please sign in to comment.