Rename max_surf_banks to max_particles

This commit is contained in:
YoungHui Park 2021-01-18 11:49:02 -06:00
parent 26c3043726
commit 5f48ec9eeb
10 changed files with 22 additions and 22 deletions

View file

@ -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);
}
}