diff options
author | 2019-07-22 13:30:44 -0700 | |
---|---|---|
committer | 2019-07-22 13:30:44 -0700 | |
commit | 9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d (patch) | |
tree | 0eda3fba6bc797a6f6dd874538d12db605abb902 /Source/Diagnostics/WarpXIO.cpp | |
parent | 8f9c13a90feb1749d5bfff338285c3ccec7314d2 (diff) | |
parent | 8bfa6e2399c1e568d6f5305d3280397aadf9a4fe (diff) | |
download | WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.tar.gz WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.tar.zst WarpX-9eff1e737a556d0e18f1a2e2b7c191ae4e2ced5d.zip |
Merge branch 'dev' into EBpush_to_cpp
Diffstat (limited to 'Source/Diagnostics/WarpXIO.cpp')
-rw-r--r-- | Source/Diagnostics/WarpXIO.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Diagnostics/WarpXIO.cpp b/Source/Diagnostics/WarpXIO.cpp index 24272c588..38399bf9e 100644 --- a/Source/Diagnostics/WarpXIO.cpp +++ b/Source/Diagnostics/WarpXIO.cpp @@ -755,7 +755,6 @@ WarpX::WriteSlicePlotFile () const // writing plotfile // const std::string& slice_plotfilename = amrex::Concatenate(slice_plot_file,istep[0]); amrex::Print() << " Writing slice plotfile " << slice_plotfilename << "\n"; - const int ngrow = 0; Vector<std::string> rfs; VisMF::Header::Version current_version = VisMF::GetHeaderVersion(); |