!**************************************************************************** ! ␳dEE !**************************************************************************** subroutine electric_boundary_condition use fdtd implicit none integer :: i,j return end subroutine !**************************************************************************** ! ␳EE !**************************************************************************** subroutine magnetic_boundary_condition use fdtd implicit none integer :: i,j return end subroutine ! ! End of file !