Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
cemitch99 and ax3l authored Jan 31, 2025
1 parent d2a9b99 commit b1d2f24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/particles/diagnostics/DiagnosticOutput.H
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define IMPACTX_DIAGNOSTIC_OUTPUT_H

#include "particles/ImpactXParticleContainer.H"
#include <AMReX_SmallMatrix.H> // for covariance matrix
#include "particles/CovarianceMatrix.H"

#include <string>
Expand Down Expand Up @@ -46,7 +45,7 @@ namespace impactx::diagnostics
int step = 0,
bool append = false,
Map6x6 const & cm = Map6x6::Identity()
);
);

} // namespace impactx::diagnostics

Expand Down
1 change: 0 additions & 1 deletion src/particles/diagnostics/DiagnosticOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <AMReX_REAL.H> // for ParticleReal
#include <AMReX_Print.H> // for PrintToFile
#include <AMReX_ParticleTile.H> // for constructor of SoAParticle
#include <AMReX_SmallMatrix.H> // for covariance matrix
#include "particles/CovarianceMatrix.H"

#include <limits>
Expand Down

0 comments on commit b1d2f24

Please sign in to comment.