aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-04-30 15:21:17 -0700
committerGravatar GitHub <noreply@github.com> 2019-04-30 15:21:17 -0700
commite80b825f08f38c5a141ba2597c977f9a91feb0a5 (patch)
tree26c42402b066a60b1f7ce99ab6070a457b5a0940 /Source/WarpX.cpp
parent3eee555b63dc1fba09be22724aa675c1b7896b5d (diff)
parent7ac906e7171138ae3fa850c0d52cad925379c4d7 (diff)
downloadWarpX-e80b825f08f38c5a141ba2597c977f9a91feb0a5.tar.gz
WarpX-e80b825f08f38c5a141ba2597c977f9a91feb0a5.tar.zst
WarpX-e80b825f08f38c5a141ba2597c977f9a91feb0a5.zip
Merge pull request #109 from ECP-WarpX/plot_fine
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);
}