Rename to max_surface_particles

This commit is contained in:
AI-Pranto 2021-02-25 10:46:57 +06:00
parent e2842cfef3
commit a6144a4ab8
9 changed files with 21 additions and 21 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_particles);
simulation::surf_source_bank.reserve(settings::max_surface_particles);
}
}