From 3a5d75cde4155cf615ffb8058eddf99264d13271 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 9 Jul 2019 20:11:45 -0700 Subject: [PATCH] fix typo --- fdfd_tools/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdfd_tools/operators.py b/fdfd_tools/operators.py index 02c1197..8809d09 100644 --- a/fdfd_tools/operators.py +++ b/fdfd_tools/operators.py @@ -451,7 +451,7 @@ def avgb(axis: int, shape: List[int]) -> sparse.spmatrix: def poynting_e_cross(e: vfield_t, dxes: dx_lists_t) -> sparse.spmatrix: """ - Operator for computing the Poynting vector, contining the (E x) portion of the Poynting vector. + Operator for computing the Poynting vector, containing the (E x) portion of the Poynting vector. :param e: Vectorized E-field for the ExH cross product :param dxes: Grid parameters [dx_e, dx_h] as described in fdfd_tools.operators header