Skip to content

Commit e80b825

Browse files
authored
Merge pull request #109 from ECP-WarpX/plot_fine
Allow to plot the fine mesh, even with only one level
2 parents 3eee555 + 7ac906e commit e80b825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WarpX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ WarpX::ReadParameters ()
395395
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(do_dive_cleaning,
396396
"plot_F only works if warpx.do_dive_cleaning = 1");
397397
}
398+
pp.query("plot_finepatch", plot_finepatch);
398399
if (maxLevel() > 0) {
399-
pp.query("plot_finepatch", plot_finepatch);
400400
pp.query("plot_crsepatch", plot_crsepatch);
401401
}
402402

0 commit comments

Comments
 (0)