Unverified Commit 37b2778d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Remove debug output

parent c3f86446
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -310,8 +310,6 @@ void PairMLIAP::init_style()
double PairMLIAP::init_one(int i, int j)
{
  if (setflag[i][j] == 0) error->all(FLERR,"All pair coeffs are not set");
  printf("itype = %d jtype = %d map[i] = %d map[j] = %d cutsq = %g\n",
         i,j,map[i],map[j],descriptor->cutsq[map[i]][map[j]]);
  return sqrt(descriptor->cutsq[map[i]][map[j]]);
}