Code cleanup
This commit is contained in:
parent
3a4bf7413d
commit
5d82ea2ddc
14 changed files with 56 additions and 60 deletions
|
|
@ -99,7 +99,6 @@ submodule(moduleMesh) boundaryParticle
|
|||
implicit none
|
||||
|
||||
class(boundaryParticleGeneric), allocatable, intent(inout):: boundary
|
||||
integer:: e, et
|
||||
|
||||
allocate(boundaryQuasiNeutrality:: boundary)
|
||||
|
||||
|
|
@ -336,6 +335,7 @@ submodule(moduleMesh) boundaryParticle
|
|||
real(8):: EF_dir
|
||||
real(8):: alpha
|
||||
|
||||
alpha = 0.85d0
|
||||
|
||||
if (associated(edge%e1)) then
|
||||
cell => edge%e1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue