PML_8 typo in docstring

pull/129/head
gammaxy1 2023-06-06 09:22:27 -05:00 committed by Thorsten Liebig
parent 840c9755d5
commit 6212d1de68
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ cdef class openEMS:
* 0 or 'PEC' : perfect electric conductor (default)
* 1 or 'PMC' : perfect magnetic conductor, useful for symmetries
* 2 or 'MUR' : simple MUR absorbing boundary conditions
* 3 or 'PML-8' : PML absorbing boundary conditions
* 3 or 'PML_8' : PML absorbing boundary conditions
:param BC: (8,) array or list -- see options above
"""