Remove NEWTON_OFF
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user