adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom
This commit is contained in:
@ -93,7 +93,7 @@ class ComputeChunkAtom : public Compute {
|
||||
double *varatom;
|
||||
|
||||
char *id_fix;
|
||||
class FixStore *fixstore;
|
||||
class FixStorePeratom *fixstore;
|
||||
|
||||
class Fix *lockfix; // ptr to FixAveChunk that is locking out setups
|
||||
// null pointer if no lock currently in place
|
||||
|
||||
Reference in New Issue
Block a user