mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Localize variables total_surf_banks and max_bank_size
This commit is contained in:
parent
3be475836b
commit
3ab5568ac7
4 changed files with 16 additions and 17 deletions
|
|
@ -271,8 +271,6 @@ const RegularMesh* ufs_mesh {nullptr};
|
|||
std::vector<double> k_generation;
|
||||
std::vector<int64_t> work_index;
|
||||
|
||||
int64_t total_surf_banks {0};
|
||||
int64_t max_bank_size {0};
|
||||
std::vector<int64_t> surf_src_index;
|
||||
|
||||
} // namespace simulation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue