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