Removed average and things seem to work

This commit is contained in:
Jorge Gonzalez 2026-05-04 12:45:49 +02:00
commit 35fb73808e
3 changed files with 7 additions and 22 deletions

View file

@ -1351,8 +1351,6 @@ MODULE moduleInput
bound%nEdges = size(bound%edges)
allocate(bound%electricField(1:bound%nEdges))
bound%electricField = 0.0d0
allocate(bound%deltaElectricField(1:bound%nEdges))
bound%deltaElectricField = 0.0d0
end if