Simplify neighbor list implementation

This commit is contained in:
Sterling Harper 2018-12-18 15:02:07 -05:00
parent 066f698da7
commit 35238259c0
6 changed files with 24 additions and 168 deletions

View file

@ -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()
{