Skip to content
Snippets Groups Projects
Commit 24c00b1f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 5a0c3aea
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ void ComputeClusterAtom::init() ...@@ -63,7 +63,7 @@ void ComputeClusterAtom::init()
if (atom->tag_enable == 0) if (atom->tag_enable == 0)
error->all(FLERR,"Cannot use compute cluster/atom unless atoms have IDs"); error->all(FLERR,"Cannot use compute cluster/atom unless atoms have IDs");
if (force->pair == NULL) 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) if (sqrt(cutsq) > force->pair->cutforce)
error->all(FLERR, error->all(FLERR,
"Compute cluster/atom cutoff is longer than pairwise cutoff"); "Compute cluster/atom cutoff is longer than pairwise cutoff");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment