Remove debug output

This commit is contained in:
Axel Kohlmeyer 2020-07-04 13:34:35 -04:00 committed by GitHub
parent c3f8644613
commit 37b2778d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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]]);
}