aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-04-30 13:38:35 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-04-30 13:38:35 -0700
commit7ac906e7171138ae3fa850c0d52cad925379c4d7 (patch)
tree4d2dfc235969d8708142c60fe55dcb2bd9f62daa /Source/WarpX.cpp
parentbb1289f3879155244372f791d6854107150f4266 (diff)
downloadWarpX-7ac906e7171138ae3fa850c0d52cad925379c4d7.tar.gz
WarpX-7ac906e7171138ae3fa850c0d52cad925379c4d7.tar.zst
WarpX-7ac906e7171138ae3fa850c0d52cad925379c4d7.zip
Allow to plot the fine mesh, even with only one level
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r--Source/WarpX.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}