aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-08-21 10:17:28 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-08-21 10:17:28 -0700
commitb675832da2c1f96eb62c5fe1c2a1e71733296af2 (patch)
tree0ee432c1299efcba93134ca846e5c5ef13cb112b /Source/Particles/PhysicalParticleContainer.cpp
parentfe26d39a01c785b946ef42103555154c13674f9e (diff)
downloadWarpX-b675832da2c1f96eb62c5fe1c2a1e71733296af2.tar.gz
WarpX-b675832da2c1f96eb62c5fe1c2a1e71733296af2.tar.zst
WarpX-b675832da2c1f96eb62c5fe1c2a1e71733296af2.zip
fix bug in particle output
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 147f8fac6..18a2c9646 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2007,7 +2007,6 @@ 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);
// 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];