Skip to content

Commit

Permalink
Update Source/Particles/Collision/BinaryCollision/BinaryCollision.H
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Dec 16, 2024
1 parent 3b2001a commit aa9ab75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public:
bool ionization_flag = false;
pp_collision_name.queryarr("scattering_processes", scattering_process_names);
for (const auto& scattering_process : scattering_process_names) {
if (scattering_process.find("excitation") != std::string::npos) {
if (scattering_process.find("ionization") != std::string::npos) {
ionization_flag = true;
}
}
Expand Down

0 comments on commit aa9ab75

Please sign in to comment.