diff options
author | 2019-09-06 19:07:10 +0200 | |
---|---|---|
committer | 2019-09-06 19:07:10 +0200 | |
commit | 6d3b11d4e2349979916907afbdbf903ba9eae186 (patch) | |
tree | 7e138e2c54c82a4414a8fc6f324b8fa00f277a9a /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 88eb35a83f875a590152d8a7a809dbc241df9ca2 (diff) | |
download | WarpX-6d3b11d4e2349979916907afbdbf903ba9eae186.tar.gz WarpX-6d3b11d4e2349979916907afbdbf903ba9eae186.tar.zst WarpX-6d3b11d4e2349979916907afbdbf903ba9eae186.zip |
fixed name
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 51567f026..eb12ad97d 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -2140,7 +2140,7 @@ PhysicalParticleContainer::InitLambda() { if(!do_qed) return; // Add runtime real component for ionization level - AddRealComp("lambda"); + AddRealComp("tau"); } #endif |