From e139d935aba7974b68936a8c0bc42b6f8ae8515a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 27 Jun 2025 14:26:16 -0400 Subject: [PATCH] missed one conversion to general fix style --- src/MC/fix_bond_create.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MC/fix_bond_create.cpp b/src/MC/fix_bond_create.cpp index f2193851ae..bf4e366761 100644 --- a/src/MC/fix_bond_create.cpp +++ b/src/MC/fix_bond_create.cpp @@ -1193,7 +1193,7 @@ void FixBondCreate::create_impropers(int m) i1 = s2list[i]; i1local = atom->map(i1); if (i1local < 0) - error->one(FLERR, Error::NOLASTLINE, "Fix bond/create needs ghost atoms from further away"); + error->one(FLERR, Error::NOLASTLINE, "Fix {} needs ghost atoms from further away", style); s1list = special[i1local]; n1 = nspecial[i1local][0];