adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user