Skip to content

Commit

Permalink
Merge branch 'add_magnetostatic_semicoarsening' of github.com:clarkse…
Browse files Browse the repository at this point in the history
…/WarpX into add_magnetostatic_semicoarsening
  • Loading branch information
clarkse committed Nov 10, 2024
2 parents abd4824 + 2d157f0 commit c365c97
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 c365c97

Please sign in to comment.