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

Commit

Permalink
simplified driver program to include the swiftest_driver subroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 4, 2023
1 parent 06ad103 commit b7fddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/f2py/pydriver.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subroutine driver(integrator, param_file_name, display_style)
!!
!! Adapted from Swifter by David E. Kaufmann's Swifter driver programs swifter_[bs,helio,ra15,rmvs,symba,tu4,whm].f90
!! Adapted from Hal Levison and Martin Duncan's Swift driver programs
use swiftest
use swiftest, only : swiftest_driver
implicit none

! Arguments
Expand Down

0 comments on commit b7fddf4

Please sign in to comment.