Unverified Commit 9ebd1e45 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

convert british spelling to american

parent 0e764a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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