forked from lijiext/lammps
Remove debug output
This commit is contained in:
parent
c3f8644613
commit
37b2778d4b
|
@ -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]]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue