From 0e1c407e98531e50ac22a5790399247e491b2614 Mon Sep 17 00:00:00 2001 From: nruof <86024944+nruof@users.noreply.github.com> Date: Thu, 15 Jul 2021 17:45:42 -0700 Subject: Typo fix in fields.py (#2095) --- Python/pywarpx/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pywarpx/fields.py') diff --git a/Python/pywarpx/fields.py b/Python/pywarpx/fields.py index e36f4707a..f7131f326 100644 --- a/Python/pywarpx/fields.py +++ b/Python/pywarpx/fields.py @@ -74,7 +74,7 @@ class _MultiFABWrapper(object): def __len__(self): lovects, ngrow = self._getlovects() - return lend(lovects) + return len(lovects) def mesh(self, direction): """Returns the mesh along the specified direction with the appropriate centering. -- cgit v1.2.3