Unverified Commit 0b57549f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

must generate coulomb tables with pair style lj/class2/coul/long/gpu

parent c23f1646
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -170,6 +170,10 @@ void PairLJClass2CoulLongGPU::init_style()
    error->all(FLERR,"Pair style requires a KSpace style");
  g_ewald = force->kspace->g_ewald;

  // setup force tables

  if (ncoultablebits) init_tables(cut_coul,cut_respa);

  int maxspecial=0;
  if (atom->molecular)
    maxspecial=atom->maxspecial;