From ff3ac64b7e377a49275c6e47663b43c89d8e957c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 30 Mar 2022 03:32:26 -0400 Subject: [PATCH] spelling --- doc/src/package.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/package.rst b/doc/src/package.rst index a037c91999..7f32534a25 100644 --- a/doc/src/package.rst +++ b/doc/src/package.rst @@ -473,8 +473,8 @@ will use a different (transposed) memory layout to build the neigh list on GPUs. This can be faster in some cases (e.g. ReaxFF HNS benchmark) but slower in others (e.g. Lennard Jones benchmark). The copy between different memory layouts is done out of place and -therefore doubles the memory overhead of the neigh list, which can be -signicant. +therefore doubles the memory overhead of the neigh list, which can +be significant. The *newton* keyword sets the Newton flags for pairwise and bonded interactions to *off* or *on*, the same as the :doc:`newton `