Skip to content

Commit

Permalink
[Workaround] ABLASTR 23.07 Poisson eps0
Browse files Browse the repository at this point in the history
Workaround for
  ECP-WarpX/WarpX#4090
in ABLASTR 23.07
  • Loading branch information
ax3l committed Jul 18, 2023
1 parent 36578e5 commit 3306e6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/particles/spacecharge/PoissonSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#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 3306e6a

Please sign in to comment.