fix qeq/dynamic and qeq/fire need half neighbor list not full

This commit is contained in:
Axel Kohlmeyer
2022-03-10 06:30:10 -05:00
parent 1bba1ca2ae
commit 43319120d0
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void FixQEqDynamic::init()
{
FixQEq::init();
neighbor->add_request(this, NeighConst::REQ_FULL);
neighbor->add_request(this);
if (tolerance < 1e-4)
if (comm->me == 0)

View File

@ -75,7 +75,7 @@ void FixQEqFire::init()
{
FixQEq::init();
neighbor->add_request(this, NeighConst::REQ_FULL);
neighbor->add_request(this);
if (tolerance < 1e-4)
if (comm->me == 0)