Skip to content

Commit

Permalink
(asteroidwind) delete unused scaling_set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Oct 23, 2023
1 parent dbc5a74 commit 9989ffa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/inject_asteroidwind.f90
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module inject
real :: npartperorbit = 1000. ! particle injection rate in particles per orbit
real :: vlag = 0.0 ! percentage lag in velocity of wind
integer :: mdot_type = 2 ! injection rate (0=const, 1=cos(t), 2=r^(-2))
logical,save :: scaling_set ! has the scaling been set (initially false)

contains
!-----------------------------------------------------------------------
Expand All @@ -47,7 +46,6 @@ module inject
subroutine init_inject(ierr)
integer, intent(inout) :: ierr

scaling_set = .false.
ierr = 0

end subroutine init_inject
Expand Down Expand Up @@ -225,8 +223,8 @@ subroutine read_options_inject(name,valstring,imatch,igotall,ierr)
end subroutine read_options_inject

subroutine set_default_options_inject(flag)

integer, optional, intent(in) :: flag

end subroutine set_default_options_inject

end module inject

0 comments on commit 9989ffa

Please sign in to comment.