From 54a481ef1fc8dbdcee16b72ffaaa41fc97cb9404 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 22 Jan 2019 12:33:17 -0500
Subject: [PATCH] use correct pair style name in comment about error messages

---
 src/USER-YAFF/pair_lj_switch3_coulgauss_long.h  | 2 +-
 src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h b/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h
index de6bc107f7..75686d55a2 100644
--- a/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h
+++ b/src/USER-YAFF/pair_lj_switch3_coulgauss_long.h
@@ -75,7 +75,7 @@ E: Incorrect args for pair coefficients
 
 Self-explanatory.  Check the input script or data file.
 
-E: Pair style lj/cut/coul/long requires atom attribute q
+E: Pair style lj/switch3/coulgauss/long requires atom attribute q
 
 The atom style defined does not have this attribute.
 
diff --git a/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h b/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h
index 76016c40de..35ae6c7995 100644
--- a/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h
+++ b/src/USER-YAFF/pair_mm3_switch3_coulgauss_long.h
@@ -75,7 +75,7 @@ E: Incorrect args for pair coefficients
 
 Self-explanatory.  Check the input script or data file.
 
-E: Pair style lj/cut/coul/long requires atom attribute q
+E: Pair style mm3/switch3/coulgauss/long requires atom attribute q
 
 The atom style defined does not have this attribute.
 
-- 
GitLab