diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp index fc685dc05..de548a848 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatPlotfile.cpp @@ -275,14 +275,6 @@ FlushFormatPlotfile::WriteParticles(const std::string& dir, real_names.push_back("momentum_y"); real_names.push_back("momentum_z"); - real_names.push_back("Ex"); - real_names.push_back("Ey"); - real_names.push_back("Ez"); - - real_names.push_back("Bx"); - real_names.push_back("By"); - real_names.push_back("Bz"); - #ifdef WARPX_DIM_RZ real_names.push_back("theta"); #endif |