diff options
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 5ace10ef4..8ee7f89dd 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -434,6 +434,7 @@ WarpX::ReadParameters () pp.query("dump_openpmd", dump_openpmd); pp.query("openpmd_backend", openpmd_backend); pp.query("dump_plotfiles", dump_plotfiles); + pp.query("plot_costs", plot_costs); pp.query("plot_raw_fields", plot_raw_fields); pp.query("plot_raw_fields_guards", plot_raw_fields_guards); pp.query("plot_coarsening_ratio", plot_coarsening_ratio); |