Skip to content

Commit

Permalink
(inject_windtunnel) placeholder function
Browse files Browse the repository at this point in the history
  • Loading branch information
Monash-Fitz-Hu committed Jan 12, 2024
1 parent 2dba8fa commit 2526a06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/inject_windtunnel.f90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module inject
character(len=*), parameter, public :: inject_type = 'windtunnel'

public :: init_inject,inject_particles,write_options_inject,read_options_inject,&
set_default_options_inject
set_default_options_inject,update_injected_par
!
!--runtime settings for this module
!
Expand Down Expand Up @@ -255,6 +255,10 @@ subroutine inject_or_update_particles(ifirst, n, position, velocity, h, u, bound

end subroutine inject_or_update_particles

subroutine update_injected_par
! -- placeholder function
! -- does not do anything and will never be used
end subroutine

!-----------------------------------------------------------------------
!+
Expand Down

0 comments on commit 2526a06

Please sign in to comment.