Correct input
This commit is contained in:
parent
7f9d6da2fc
commit
c325e12553
3 changed files with 11 additions and 5 deletions
|
|
@ -688,9 +688,9 @@ MODULE moduleMesh
|
|||
|
||||
end subroutine quasiNeutrality_init
|
||||
|
||||
module subroutine outflowAdaptive_init(boundary)!, s_incident)
|
||||
module subroutine outflowAdaptive_init(boundary, s_incident)
|
||||
class(boundaryParticleGeneric), allocatable, intent(inout):: boundary
|
||||
! integer, intent(in):: s_incident
|
||||
integer, intent(in):: s_incident
|
||||
|
||||
end subroutine outflowAdaptive_init
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue