mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Remove constrain for 'max_surface_particles' value
This commit is contained in:
parent
a6144a4ab8
commit
fff8e5d1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ void read_settings_xml()
|
|||
|
||||
// Get maximum number of particles to be banked per surface
|
||||
if (check_for_node(node_ssw, "max_surface_particles")) {
|
||||
max_surface_particles = std::stoi(get_node_value(node_ssw, "max_surface_particles"));
|
||||
max_surface_particles = std::stoll(get_node_value(node_ssw, "max_surface_particles"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue