diff options
Diffstat (limited to 'Source/WarpXElectrostatic.cpp')
-rw-r--r-- | Source/WarpXElectrostatic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpXElectrostatic.cpp b/Source/WarpXElectrostatic.cpp index 1c86b620f..277dc2887 100644 --- a/Source/WarpXElectrostatic.cpp +++ b/Source/WarpXElectrostatic.cpp @@ -428,7 +428,7 @@ WritePlotFileES (const amrex::Vector<std::unique_ptr<amrex::MultiFab> >& rho, particle_varnames.push_back("By"); particle_varnames.push_back("Bz"); - mypc->Checkpoint(plotfilename, "particle", true, particle_varnames); + mypc->Checkpoint(plotfilename, true, particle_varnames); WriteJobInfo(plotfilename); |