Skip to content

Commit

Permalink
Remove WarpX:: from ablastr (#4782)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 authored Mar 15, 2024
1 parent 01ee64e commit a8f48ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Source/ablastr/fields/VectorPoissonSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,10 @@ computeVectorPotential ( amrex::Vector<amrex::Array<amrex::MultiFab*, 3> > co
relative_tolerance, absolute_tolerance );

// Synchronize the ghost cells, do halo exchange
ablastr::utils::communication::FillBoundary(*A[lev][adim],
A[lev][adim]->nGrowVect(),
WarpX::do_single_precision_comms,
geom[lev].periodicity(),
false);
ablastr::utils::communication::FillBoundary(
*A[lev][adim], A[lev][adim]->nGrowVect(),
do_single_precision_comms,
geom[lev].periodicity(), false);

// needed for solving the levels by levels:
// - coarser level is initial guess for finer level
Expand Down

0 comments on commit a8f48ea

Please sign in to comment.