diff options
author | 2019-12-20 10:03:00 -0800 | |
---|---|---|
committer | 2019-12-20 10:03:00 -0800 | |
commit | 75c29903039f32749c72317f7bb3f07c4156e7b2 (patch) | |
tree | f3eb35235c7bce21e7107ed667c23696adce92e3 /Python/pywarpx/picmi.py | |
parent | 48a50f8a6f95217fef854a7b032f9be2205b43f8 (diff) | |
download | WarpX-75c29903039f32749c72317f7bb3f07c4156e7b2.tar.gz WarpX-75c29903039f32749c72317f7bb3f07c4156e7b2.tar.zst WarpX-75c29903039f32749c72317f7bb3f07c4156e7b2.zip |
Removed test function print()
Diffstat (limited to '')
-rw-r--r-- | Python/pywarpx/picmi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index a59e2a56d..224a53737 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -76,7 +76,6 @@ class Species(picmistandard.PICMI_Species): self.initial_distribution.initialize_inputs(self.species_number, layout, self.species, self.density_scale) for interaction in self.interactions: - print(self, interaction[2].name) assert interaction[0] == 'ionization' assert interaction[1] == 'ADK', 'WarpX only has ADK ionization model implemented' self.species.do_field_ionization=1 |