From 9ebd1e4572e2f84bd952ccee9a0836266325798c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 17 Mar 2020 20:41:49 -0400 Subject: [PATCH] convert british spelling to american --- src/compute_cna_atom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_cna_atom.cpp b/src/compute_cna_atom.cpp index c11f4016b5..5f0f047958 100644 --- a/src/compute_cna_atom.cpp +++ b/src/compute_cna_atom.cpp @@ -142,7 +142,7 @@ void ComputeCNAAtom::compute_peratom() numneigh = list->numneigh; firstneigh = list->firstneigh; - // find the neighbours of each atom within cutoff using full neighbor list + // find the neighbors of each atom within cutoff using full neighbor list // nearest[] = atom indices of nearest neighbors, up to MAXNEAR // do this for all atoms, not just compute group // since CNA calculation requires neighbors of neighbors