EM boundary conditions should work now

This commit is contained in:
Jorge Gonzalez 2026-02-18 20:02:48 +01:00
commit 7535f5aaaa

View file

@ -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