Unverified Commit 96eb0ad5 authored by Evangelos Voyiatzis's avatar Evangelos Voyiatzis Committed by GitHub
Browse files

Update pair_lj_class2_coul_long.cpp

parent d91c7f38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -549,5 +549,8 @@ void *PairLJClass2CoulLong::extract(const char *str, int &dim)
{
  dim = 0;
  if (strcmp(str,"cut_coul") == 0) return (void *) &cut_coul;
  dim = 2;
  if (strcmp(str,"epsilon") == 0) return (void *) epsilon;
  if (strcmp(str,"sigma") == 0) return (void *) sigma;
  return NULL;
}