From 9822611b0e0b883bfa81a73c40ac8440f0ee21c2 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Mon, 3 Jun 2019 16:28:08 +0200 Subject: corrected bug --- 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 9900bd1ad..2bcf87d6a 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -28,7 +28,7 @@ PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecie #ifdef WARPX_QED AddRealComp("tau"); - plot_flags.resize(PIdx::nattribs + 6, 1); + plot_flags.resize(PIdx::nattribs + 1, 1); #endif } -- cgit v1.2.3