Correcting some issues with the floating boundary condition
This commit is contained in:
parent
8edfd803e7
commit
cf75e5fb2b
3 changed files with 9 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ submodule(moduleMesh) boundaryEM
|
|||
|
||||
select type(self)
|
||||
type is(boundaryEMFloating)
|
||||
do e = 1, size(self%edges)
|
||||
do e = 1, self%nEdges
|
||||
edge => self%edges(e)%obj
|
||||
|
||||
chargeTau = 0.0d0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue