convert british spelling to american

This commit is contained in:
Axel Kohlmeyer
2020-03-17 20:41:49 -04:00
committed by GitHub
parent 0e764a3a48
commit 9ebd1e4572

View File

@ -142,7 +142,7 @@ void ComputeCNAAtom::compute_peratom()
numneigh = list->numneigh; numneigh = list->numneigh;
firstneigh = list->firstneigh; 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 // nearest[] = atom indices of nearest neighbors, up to MAXNEAR
// do this for all atoms, not just compute group // do this for all atoms, not just compute group
// since CNA calculation requires neighbors of neighbors // since CNA calculation requires neighbors of neighbors