aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/ElectrostaticIO.cpp
diff options
context:
space:
mode:
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);