Unverified Commit 05993a79 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'pair_kim_fix' of https://github.com/ellio167/lammps into collected-small-changes

parents 2e1da295 175f3ee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ void PairKIM::init_style()
      for (int i = 0; i < kim_number_of_neighbor_lists; ++i)
      {
        lmps_stripped_neigh_ptr[i]
            = &(lmps_stripped_neigh_list[(i-1)*(neighbor->oneatom)]);
            = &(lmps_stripped_neigh_list[i*(neighbor->oneatom)]);
      }

   }