From cf3b3e52e484eca8c5640f65863186ba47137cad Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Mon, 3 Jun 2019 11:39:26 +0200 Subject: Moved addition of tau component into PhotonParticleContainer --- Source/Particles/PhotonParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 8c8008627..b0bbf406a 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -26,8 +26,8 @@ PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecie // store it into member data. pp.query("size_in_inches", size_in_inches); -#define WARPX_QED #ifdef WARPX_QED + AddRealComp("tau"); plot_flags.resize(PIdx::nattribs + 6, 1); #endif -- cgit v1.2.3