fix qeq/dynamic and qeq/fire need half neighbor list not full
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user