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

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 21, 2022
1 parent e066884 commit e750be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symba/symba_step.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module subroutine symba_step_interp_system(self, param, t, dt)
! Internals
real(DP) :: dth !! Half step size

select type(pl => selfpl)
select type(pl => self%pl)
class is (symba_pl)
select type(tp => self%tp)
class is (symba_tp)
Expand Down

0 comments on commit e750be0

Please sign in to comment.