enable relancing to work with distributed grids
This commit is contained in:
@ -1149,6 +1149,7 @@ int DumpCustom::count()
|
||||
void DumpCustom::pack(tagint *ids)
|
||||
{
|
||||
for (int n = 0; n < size_one; n++) (this->*pack_choice[n])(n);
|
||||
|
||||
if (ids) {
|
||||
tagint *tag = atom->tag;
|
||||
for (int i = 0; i < nchoose; i++)
|
||||
|
||||
Reference in New Issue
Block a user