From 18e9b1a545b2c8ec2cbac097f0a6ac00c474d7c0 Mon Sep 17 00:00:00 2001 From: "S. Eric Clark" <25495882+clarkse@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:29:35 -0700 Subject: [PATCH] Update Python/pywarpx/picmi.py fixing typo in comment. Co-authored-by: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> --- Python/pywarpx/picmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index 6ee17424534..513b54e6965 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -1673,7 +1673,7 @@ class LoadInitialFieldFromPython: Field Initializer that takes a function handle to be registered as a callback. The function is expected to write the E and/or B fields into the fields.Bx/y/zFPExternalWrapper() multifab. The callback is installed - in the beforeInitEsolve hook. This should operate identically to laoding from + in the beforeInitEsolve hook. This should operate identically to loading from a file. Parameters