diff options
author | 2019-12-06 12:51:25 -0800 | |
---|---|---|
committer | 2019-12-06 12:51:25 -0800 | |
commit | 8ca5ae4207f41f50e97c3919846671fc436616e8 (patch) | |
tree | a3607aad04f3974052801b71b8b44c62665ab33c /Source/WarpX.cpp | |
parent | 748db38f36ecc1aba42a038e50f43df907b7fe07 (diff) | |
download | WarpX-8ca5ae4207f41f50e97c3919846671fc436616e8.tar.gz WarpX-8ca5ae4207f41f50e97c3919846671fc436616e8.tar.zst WarpX-8ca5ae4207f41f50e97c3919846671fc436616e8.zip |
add parameter plot_costs
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); |