Skip to content
Snippets Groups Projects
Commit ca6b6c02 authored by Max Bonomi's avatar Max Bonomi
Browse files

forgot getFullList() in constructor

parent 2212f647
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ NeighborList::NeighborList(vector<unsigned> list0, vector<unsigned> list1,
imax_=max(imax0,imax1)+1;
indexes_.resize(imax_);
newindexes_.resize(imax_);
getFullList();
// initialize neighbor list with all the atoms
// NB: the neighbor list contains the atomic index of the atoms
// not the index in the array of positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment