Skip to content

Commit

Permalink
Remove unused SliceDiagnostic.H/cpp (#5617)
Browse files Browse the repository at this point in the history
The functions defined in `SliceDiagnostic.H` and implemented in `
SliceDiagnostic.cpp` are never used in WarpX. Therefore, this PR removes
these two source files (and updates `CMakeLists.txt` and `Make.package`
accordingly)
  • Loading branch information
lucafedeli88 authored Jan 29, 2025
1 parent 9f2d0f9 commit fc37679
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 566 deletions.
1 change: 0 additions & 1 deletion Source/Diagnostics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ foreach(D IN LISTS WarpX_DIMS)
FullDiagnostics.cpp
MultiDiagnostics.cpp
ParticleIO.cpp
SliceDiagnostic.cpp
WarpXIO.cpp
WarpXOpenPMD.cpp
BTDiagnostics.cpp
Expand Down
1 change: 0 additions & 1 deletion Source/Diagnostics/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CEXE_sources += FullDiagnostics.cpp
CEXE_sources += WarpXIO.cpp
CEXE_sources += ParticleIO.cpp
CEXE_sources += FieldIO.cpp
CEXE_sources += SliceDiagnostic.cpp
CEXE_sources += BTDiagnostics.cpp
CEXE_sources += BoundaryScrapingDiagnostics.cpp
CEXE_sources += BTD_Plotfile_Header_Impl.cpp
Expand Down
38 changes: 0 additions & 38 deletions Source/Diagnostics/SliceDiagnostic.H

This file was deleted.

Loading

0 comments on commit fc37679

Please sign in to comment.