mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Simplify neighbor list implementation
This commit is contained in:
parent
066f698da7
commit
35238259c0
6 changed files with 24 additions and 168 deletions
|
|
@ -432,14 +432,6 @@ maximum_levels(int32_t univ)
|
|||
|
||||
//==============================================================================
|
||||
|
||||
void
|
||||
geometry_finalize_generation()
|
||||
{
|
||||
for (Cell* c : model::cells) c->neighbors.make_consecutive();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
||||
void
|
||||
free_memory_geometry_c()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue