Commit 323570c9 authored by Jaap Kroes's avatar Jaap Kroes
Browse files

added jpg for kolmogorov-crespi-z equations and fixed hybrid/overlay check in source

parent df13a7a0
Loading
Loading
Loading
Loading
+17.6 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
\documentclass[12pt]{article}
\thispagestyle{empty}

\begin{document}

+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ void PairKolmogorovCrespiZ::allocate()
void PairKolmogorovCrespiZ::settings(int narg, char **arg)
{
  if (narg != 1) error->all(FLERR,"Illegal pair_style command");
  if (strcmp(force->pair_style)!="hybrid/overlay")
  if (strcmp(force->pair_style,"hybrid/overlay")!=0)
    error->all(FLERR,"ERROR: requires hybrid/overlay pair_style");

  cut_global = force->numeric(FLERR,arg[0]);