Skip to content

Commit

Permalink
PoissonSolve: Remove ABLASTR Workaround
Browse files Browse the repository at this point in the history
Remove the workaround for
  ECP-WarpX/WarpX#4090
  • Loading branch information
ax3l committed Aug 9, 2023
1 parent 88c5dbe commit a40bab9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/particles/spacecharge/PoissonSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
#include "PoissonSolve.H"

#include <ablastr/constant.H>
/* work-around for https://github.com/ECP-WarpX/WarpX/pull/4090 in ABLASTR 23.07 */
namespace PhysConst
{
using namespace ablastr::constant::SI;
}
#include <ablastr/fields/PoissonSolver.H>

#include <AMReX_BLProfiler.H>
Expand Down

0 comments on commit a40bab9

Please sign in to comment.