EM boundary conditions should work now
This commit is contained in:
parent
d211ed9a71
commit
7535f5aaaa
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ MODULE moduleEM
|
|||
|
||||
!Apply boundary conditions
|
||||
!$OMP SINGLE
|
||||
do b = 1, nBoundaryEM
|
||||
call boundaryEM(b)%obj%apply(vectorF)
|
||||
do b = 1, nBoundariesEM
|
||||
call boundariesEM(b)%obj%apply(vectorF)
|
||||
|
||||
end do
|
||||
!$OMP END SINGLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue