adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom

This commit is contained in:
Axel Kohlmeyer
2022-08-04 11:33:14 -04:00
parent 63fc9fcc62
commit 6c32058728
35 changed files with 203 additions and 214 deletions

View File

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