fix up some comments

This commit is contained in:
Axel Kohlmeyer
2020-09-12 14:26:34 -04:00
parent bc850bcd97
commit 93a0d4c096
34 changed files with 50 additions and 50 deletions

View File

@ -55,7 +55,7 @@ class Atom : protected Pointers {
int firstgroup; // store atoms in this group first, -1 if unset
int nfirst; // # of atoms in first group on this proc
char *firstgroupname; // group-ID to store first, nullptr if unset
char *firstgroupname; // group-ID to store first, null pointer if unset
// --------------------------------------------------------------------
// 1st customization section: customize by adding new per-atom variable