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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {