Right way to accumulate the value. It is not an average, really
This commit is contained in:
parent
35fb73808e
commit
c7db17ecd2
3 changed files with 26 additions and 8 deletions
|
|
@ -1351,6 +1351,8 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue