Skip to content
Snippets Groups Projects
Commit b612c7ee authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Fixed a copy-paste bug in lal_neighbor.cpp for neigh no

parent d71e037c
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,6 @@ void Neighbor::alloc(bool &success) {
dev_ilist.clear();
success=success && (dev_ilist.alloc(_max_atoms,*dev,
UCL_READ_WRITE)==UCL_SUCCESS);
dev_ilist.clear();
_c_bytes+=dev_packed.row_bytes()+dev_ilist.row_bytes();
}
if (_max_host>0) {
......
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