Commit 3f46b6d7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bugs from incorrect code synchronization

parent 5abd6e51
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ PairBuckLongCoulLong::PairBuckLongCoulLong(LAMMPS *lmp) : Pair(lmp)
  writedata = 1;
  ftable = NULL;
  fdisptable = NULL;
  qdist = 0.0;
}

/* ----------------------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ void PairLJLongCoulLong::init_style()
  // setup force tables

  if (ncoultablebits && (ewald_order&(1<<1))) init_tables(cut_coul,cut_respa);
  if (ndisptablebits && (ewald_order&(1<<6))) init_tables_disp(cut_buck_global);
  if (ndisptablebits && (ewald_order&(1<<6))) init_tables_disp(cut_lj_global);

  // request regular or rRESPA neighbor lists if neighrequest_flag != 0