mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Rename to max_surface_particles
This commit is contained in:
parent
e2842cfef3
commit
a6144a4ab8
9 changed files with 21 additions and 21 deletions
|
|
@ -289,7 +289,7 @@ void allocate_banks()
|
|||
|
||||
if (settings::surf_source_write) {
|
||||
// Allocate surface source bank
|
||||
simulation::surf_source_bank.reserve(settings::max_particles);
|
||||
simulation::surf_source_bank.reserve(settings::max_surface_particles);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue