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

@ -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