From 37b2778d4b377d64cbc885919f4c19851536dfdc Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 4 Jul 2020 13:34:35 -0400 Subject: [PATCH] Remove debug output --- src/MLIAP/pair_mliap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MLIAP/pair_mliap.cpp b/src/MLIAP/pair_mliap.cpp index 14d4cce753..a42e7dc231 100644 --- a/src/MLIAP/pair_mliap.cpp +++ b/src/MLIAP/pair_mliap.cpp @@ -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]]); }