From ab1ecdccfccfebd81ec1f1f6fcb083d5c08b40fe Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 1 May 2020 14:34:35 -0400 Subject: [PATCH] fix typo in comment --- src/atom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom.cpp b/src/atom.cpp index bbdecc5b98..7c1b5ae6dc 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -596,7 +596,7 @@ void Atom::add_peratom(const char *name, void *address, } /* ---------------------------------------------------------------------- - change the column count fof an existing peratom array entry + change the column count of an existing peratom array entry allows atom_style to specify column count as an argument see atom_style tdpd as an example ------------------------------------------------------------------------- */