From 24c00b1f7a202b45100eb59f94843b484bcc5c3a Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Mon, 21 Aug 2017 13:12:48 -0400
Subject: [PATCH] fix typo

---
 src/compute_cluster_atom.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compute_cluster_atom.cpp b/src/compute_cluster_atom.cpp
index 80c002d39f..5ee6368504 100644
--- a/src/compute_cluster_atom.cpp
+++ b/src/compute_cluster_atom.cpp
@@ -63,7 +63,7 @@ void ComputeClusterAtom::init()
   if (atom->tag_enable == 0)
     error->all(FLERR,"Cannot use compute cluster/atom unless atoms have IDs");
   if (force->pair == NULL)
-    error->all(FLERR,"Compute cluster/atom requires a pair style be defined");
+    error->all(FLERR,"Compute cluster/atom requires a pair style to be defined");
   if (sqrt(cutsq) > force->pair->cutforce)
     error->all(FLERR,
                "Compute cluster/atom cutoff is longer than pairwise cutoff");
-- 
GitLab