From 99ec87dddc616fb53e272cc9f1a1a0134d64b778 Mon Sep 17 00:00:00 2001 From: alphataubio Date: Wed, 17 Jul 2024 01:16:37 -0400 Subject: [PATCH] Update pair_lj_spica_coul_long.cpp --- src/CG-SPICA/pair_lj_spica_coul_long.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CG-SPICA/pair_lj_spica_coul_long.cpp b/src/CG-SPICA/pair_lj_spica_coul_long.cpp index ed6cb17e7c..176c076da9 100644 --- a/src/CG-SPICA/pair_lj_spica_coul_long.cpp +++ b/src/CG-SPICA/pair_lj_spica_coul_long.cpp @@ -358,7 +358,7 @@ void PairLJSPICACoulLong::coeff(int narg, char **arg) void PairLJSPICACoulLong::init_style() { - if (!atom->q_flag) error->all(FLERR, "Pair style lj/cut/coul/long requires atom attribute q"); + if (!atom->q_flag) error->all(FLERR, "Pair style lj/spica/coul/long requires atom attribute q"); neighbor->add_request(this);