Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2024
1 parent 1fd412a commit 2d157f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/VectorPoissonSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ computeVectorPotential ( amrex::Vector<amrex::Array<amrex::MultiFab*, 3> > co
// Loop over dimensions of A to solve each component individually
for (int lev=0; lev<=finest_level; lev++) {
amrex::LPInfo info;

#ifdef WARPX_DIM_RZ
constexpr bool is_rz = true;
#else
Expand Down

0 comments on commit 2d157f0

Please sign in to comment.