git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13169 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -86,7 +86,7 @@ class ComputeChunkAtom : public Compute {
|
||||
|
||||
int molcheck; // one-time check if all molecule atoms in chunk
|
||||
int *exclude; // 1 if atom is not assigned to any chunk
|
||||
std::map<int,int> *hash; // store original chunks IDs before compression
|
||||
std::map<tagint,int> *hash; // store original chunks IDs before compression
|
||||
|
||||
// static variable for ring communication callback to access class data
|
||||
// callback functions for ring communication
|
||||
|
||||
Reference in New Issue
Block a user