diff options
author | 2019-08-21 09:39:24 -0700 | |
---|---|---|
committer | 2019-08-21 09:39:24 -0700 | |
commit | fe26d39a01c785b946ef42103555154c13674f9e (patch) | |
tree | fb70aa6e7d6adf02eb38762fc31da5af238dff79 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | d871e6f89e33aa5e9d5b308d19f84e86c5383d9a (diff) | |
download | WarpX-fe26d39a01c785b946ef42103555154c13674f9e.tar.gz WarpX-fe26d39a01c785b946ef42103555154c13674f9e.tar.zst WarpX-fe26d39a01c785b946ef42103555154c13674f9e.zip |
add back element to plot flags
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 a82c97945..147f8fac6 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -2007,7 +2007,7 @@ void PhysicalParticleContainer::InitIonizationModule () pp.get("physical_element", physical_element); // Add runtime integer component for ionization level AddIntComp("ionization_level"); - // plot_flags.resize(PIdx::nattribs + 1, 1); + plot_flags.resize(PIdx::nattribs + 1, 1); // Get atomic number and ionization energies from file int ion_element_id = ion_map_ids[physical_element]; ion_atomic_number = ion_atomic_numbers[ion_element_id]; |