aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-09-06 19:30:57 +0200
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-09-06 19:30:57 +0200
commit8b5122ced93b9ec90f9df12ce21cceb5f22c33bf (patch)
treedbec1565c42272641cf782e9341009973931f3f3 /Source/Particles/PhysicalParticleContainer.cpp
parent6d3b11d4e2349979916907afbdbf903ba9eae186 (diff)
downloadWarpX-8b5122ced93b9ec90f9df12ce21cceb5f22c33bf.tar.gz
WarpX-8b5122ced93b9ec90f9df12ce21cceb5f22c33bf.tar.zst
WarpX-8b5122ced93b9ec90f9df12ce21cceb5f22c33bf.zip
Added lambda (has a bug)
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index eb12ad97d..b43facb98 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2141,6 +2141,7 @@ PhysicalParticleContainer::InitLambda()
if(!do_qed) return;
// Add runtime real component for ionization level
AddRealComp("tau");
+ plot_flags.resize(PIdx::nattribs + 1, 1);
}
#endif