From 7ac906e7171138ae3fa850c0d52cad925379c4d7 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Tue, 30 Apr 2019 13:38:35 -0700 Subject: Allow to plot the fine mesh, even with only one level --- Source/WarpX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WarpX.cpp') diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index b70878d05..423ff649b 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -395,8 +395,8 @@ WarpX::ReadParameters () AMREX_ALWAYS_ASSERT_WITH_MESSAGE(do_dive_cleaning, "plot_F only works if warpx.do_dive_cleaning = 1"); } + pp.query("plot_finepatch", plot_finepatch); if (maxLevel() > 0) { - pp.query("plot_finepatch", plot_finepatch); pp.query("plot_crsepatch", plot_crsepatch); } -- cgit v1.2.3