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

Commit

Permalink
Fixed module use scoping issue due to the restruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 4, 2023
1 parent f98f9ae commit e6cad96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/swiftest/swiftest_driver.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
submodule(swiftest) s_swiftest_driver
contains

subroutine swiftest_driver(integrator, param_file_name, display_style)
module subroutine swiftest_driver(integrator, param_file_name, display_style)

!! author: David A. Minton
!!
Expand All @@ -18,8 +18,6 @@ subroutine swiftest_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 netcdf
use swiftest
implicit none

! Arguments
Expand Down

0 comments on commit e6cad96

Please sign in to comment.