Correct input

This commit is contained in:
Jorge Gonzalez 2026-03-14 20:03:17 +01:00
commit c325e12553
3 changed files with 11 additions and 5 deletions

View file

@ -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