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

Commit

Permalink
Fixed line that got deleted somehow that was causing Helio runs to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jul 28, 2023
1 parent c8b7ce2 commit d869782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swiftest/swiftest_util.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,7 @@ module subroutine swiftest_util_setup_construct_system(nbody_system, param)
case (INT_BS)
write(*,*) 'Bulirsch-Stoer integrator not yet enabled'
case (INT_HELIO)
allocate(helio_nbody_system :: nbody_system)
select type(nbody_system)
class is (helio_nbody_system)
allocate(helio_cb :: nbody_system%cb)
Expand Down

0 comments on commit d869782

Please sign in to comment.