Remove NEWTON_OFF

This commit is contained in:
Steven Ray Anaya
2022-06-30 12:56:08 -06:00
parent b97140a7f0
commit 530e5d5c14

View File

@ -338,7 +338,7 @@ void PairMLIAP::init_style()
// need a full neighbor list // need a full neighbor list
if (ghostneigh == 1) { if (ghostneigh == 1) {
neighbor->add_request(this, NeighConst::REQ_FULL | NeighConst::REQ_GHOST | NeighConst::REQ_NEWTON_OFF); neighbor->add_request(this, NeighConst::REQ_FULL | NeighConst::REQ_GHOST);
} else { } else {
neighbor->add_request(this, NeighConst::REQ_FULL); neighbor->add_request(this, NeighConst::REQ_FULL);
} }