From aafb6da2362374eb255eff450b846c4fec20ac5e Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 20 Dec 2021 18:39:08 -0800 Subject: Inputs: `geometry.dims` option (#2685) * Docs: `geometry.dims` option Add a new, required option to specify the geometry of an inputs file at runtime. * Check & Report Runtime Dims Mismatch * Examples: add `geometry.dims` * Deprecation Warning: `geometry.coord_sys` * PICMI: `geometry.dims` * Improve error message sounds a bit better * Improve Doc Description Co-authored-by: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> Co-authored-by: Revathi Jambunathan <41089244+RevathiJambunathan@users.noreply.github.com> --- Source/Python/WarpXWrappers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Python/WarpXWrappers.cpp') diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index a2b8dc354..d4589ec8a 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -264,7 +264,7 @@ namespace void warpx_CheckGriddingForRZSpectral() { - CheckGriddingForRZSpectral(); + CheckGriddingForRZSpectral(); } amrex::Real warpx_getProbLo(int dir) -- cgit v1.2.3