diff options
author | 2019-08-03 17:56:59 -0700 | |
---|---|---|
committer | 2019-08-03 17:56:59 -0700 | |
commit | 43c06604530ac2c532d1c731fd60bbb5570446e1 (patch) | |
tree | 0be6805039f4552cb7febf832fd638afaece7277 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 58d728b3160c69ce8e9f117b255e7b057cc419fe (diff) | |
download | WarpX-43c06604530ac2c532d1c731fd60bbb5570446e1.tar.gz WarpX-43c06604530ac2c532d1c731fd60bbb5570446e1.tar.zst WarpX-43c06604530ac2c532d1c731fd60bbb5570446e1.zip |
add ionization table data
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 d2fcc93e0..0183a44b9 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -2079,7 +2079,7 @@ PhysicalParticleContainer::FieldGather (WarpXParIter& pti, void PhysicalParticleContainer::InitIonizationModule() { ParmParse pp(species_name); - pp.query("species_ionization_level", species_ionization_level); + pp.query("ionization_level", species_ionization_level); pp.get("ionization_product", ionization_product_name); pp.get("physical_element", physical_element); // Add Real component for ionization level |