Skip to content
Snippets Groups Projects
Commit 3c102ef7 authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Initialize NeighborLists properly

parent 621bfbeb
Branches
Tags
No related merge requests found
......@@ -222,7 +222,7 @@ class Simulation:
def build_neighbor_lists(self, spacing):
self.cell_lists = CellLists(self, self._dom_part, spacing, spacing)
self.neighbor_lists = NeighborLists(self.cell_lists)
self.neighbor_lists = NeighborLists(self, self.cell_lists)
return self.neighbor_lists
def compute(self, func, cutoff_radius=None, symbols={}, pre_step=False, skip_first=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment