From a31977ca4cfcf05c5d565623bfa58a41d35c5f5a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 24 Sep 2022 04:24:43 -0400 Subject: [PATCH] fix typo --- src/ML-IAP/pair_mliap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ML-IAP/pair_mliap.cpp b/src/ML-IAP/pair_mliap.cpp index 81908540c3..af8768568e 100644 --- a/src/ML-IAP/pair_mliap.cpp +++ b/src/ML-IAP/pair_mliap.cpp @@ -225,7 +225,7 @@ void PairMLIAP::coeff(int narg, char **arg) char* type2 = arg[1]; char** elemtypes = &arg[2]; -q // read args that map atom types to elements + // read args that map atom types to elements // map[i] = which element the Ith atom type is, -1 if not mapped // map[0] is not used