diff options
author | 2019-07-15 13:19:35 -0700 | |
---|---|---|
committer | 2019-07-15 13:19:35 -0700 | |
commit | 9644af5ed2eeeadbfb34dea9fdb2d5bbd5d2b34d (patch) | |
tree | 99b738a90be029e1fdccc19c4753a287920ad409 /Source/Diagnostics/WarpXIO.cpp | |
parent | 73884ee53f35a1845cbbc52d6c47a1c9aedf7d3d (diff) | |
parent | 630e4d715894cb5a35a9ea33c4d2859d2fbe08a0 (diff) | |
download | WarpX-9644af5ed2eeeadbfb34dea9fdb2d5bbd5d2b34d.tar.gz WarpX-9644af5ed2eeeadbfb34dea9fdb2d5bbd5d2b34d.tar.zst WarpX-9644af5ed2eeeadbfb34dea9fdb2d5bbd5d2b34d.zip |
Merge pull request #207 from ECP-WarpX/deposition_cpp
Direct current deposition in C++
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(); |