From e670a94b8a9dbddffec0fae5c2380ee6f0299297 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 4 Apr 2023 08:09:47 -0400 Subject: [PATCH] cosmetic --- src/MANYBODY/pair_bop.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MANYBODY/pair_bop.cpp b/src/MANYBODY/pair_bop.cpp index f8c119c436..518a6dad79 100644 --- a/src/MANYBODY/pair_bop.cpp +++ b/src/MANYBODY/pair_bop.cpp @@ -1873,8 +1873,7 @@ void PairBOP::read_table(char *filename) reader = new PotentialFileReader(lmp, filename, "BOP"); bop_types = reader->next_int(); if (bop_types <= 0) - error->one(FLERR,fmt::format("BOP potential file with {} " - "elements",bop_types)); + error->one(FLERR,fmt::format("BOP potential file with {} elements",bop_types)); bop_elements = new char*[bop_types]; bop_masses = new double[bop_types];