diff options
author | 2019-09-06 19:30:57 +0200 | |
---|---|---|
committer | 2019-09-06 19:30:57 +0200 | |
commit | 8b5122ced93b9ec90f9df12ce21cceb5f22c33bf (patch) | |
tree | dbec1565c42272641cf782e9341009973931f3f3 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 6d3b11d4e2349979916907afbdbf903ba9eae186 (diff) | |
download | WarpX-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.cpp | 1 |
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 |