rename fix STORE/PERATOM to STORE/ATOM

This commit is contained in:
Axel Kohlmeyer
2023-03-13 22:28:32 -04:00
parent 1031110d93
commit 17f39d9d2c
40 changed files with 199 additions and 145 deletions

View File

@ -152,7 +152,7 @@ class Variable : protected Pointers {
class VarReader : protected Pointers {
public:
class FixStorePeratom *fixstore;
class FixStoreAtom *fixstore;
char *id_fix;
VarReader(class LAMMPS *, char *, char *, int);