From 4e183df8ba5a2c493f2479bfec20c6421c0a6f39 Mon Sep 17 00:00:00 2001 From: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:35:02 -0700 Subject: [PATCH] Update Source/WarpX.H Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> --- Source/WarpX.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WarpX.H b/Source/WarpX.H index fec5b77c70f..1a1c8a9777b 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -163,7 +163,7 @@ public: //! User-defined parser to initialize z-component of the electric field on the grid std::unique_ptr Ezfield_parser; - /** Maximum level upto which the externally defined electric and magnetic fields are initialized. + /** Maximum level up to which the externally defined electric and magnetic fields are initialized. * The default value is set to the max levels in the simulation. * if lev > maxlevel_extEMfield_init, the fields on those levels will have a default value of 0 */