diff options
author | 2019-04-30 15:21:17 -0700 | |
---|---|---|
committer | 2019-04-30 15:21:17 -0700 | |
commit | e80b825f08f38c5a141ba2597c977f9a91feb0a5 (patch) | |
tree | 26c42402b066a60b1f7ce99ab6070a457b5a0940 /Source/WarpX.cpp | |
parent | 3eee555b63dc1fba09be22724aa675c1b7896b5d (diff) | |
parent | 7ac906e7171138ae3fa850c0d52cad925379c4d7 (diff) | |
download | WarpX-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.cpp | 2 |
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); } |