aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/ElectrostaticIO.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-02 11:21:13 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-02 11:21:13 -0700
commit4f3003521c4f2fe8c8a64b33cc4d56ebb1c5db7c (patch)
tree723c529f1b7a24f86c606fa30479cd43708aedac /Source/Diagnostics/ElectrostaticIO.cpp
parent5c8e911b1569d5015b2153fba05fbd2d798cc392 (diff)
parent341cd1b2af8ae96f261f7979c1dcf126f424cf60 (diff)
downloadWarpX-4f3003521c4f2fe8c8a64b33cc4d56ebb1c5db7c.tar.gz
WarpX-4f3003521c4f2fe8c8a64b33cc4d56ebb1c5db7c.tar.zst
WarpX-4f3003521c4f2fe8c8a64b33cc4d56ebb1c5db7c.zip
fix conflicts
Diffstat (limited to 'Source/Diagnostics/ElectrostaticIO.cpp')
-rw-r--r--Source/Diagnostics/ElectrostaticIO.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Diagnostics/ElectrostaticIO.cpp b/Source/Diagnostics/ElectrostaticIO.cpp
index 8ed205b1a..a8dffac2b 100644
--- a/Source/Diagnostics/ElectrostaticIO.cpp
+++ b/Source/Diagnostics/ElectrostaticIO.cpp
@@ -113,7 +113,9 @@ WritePlotFileES (const amrex::Vector<std::unique_ptr<amrex::MultiFab> >& rho,
particle_varnames.push_back("By");
particle_varnames.push_back("Bz");
- mypc->Checkpoint(plotfilename, true, particle_varnames);
+ Vector<std::string> int_names;
+
+ mypc->Checkpoint(plotfilename, particle_varnames, int_names);
WriteJobInfo(plotfilename);