apply new APIs to a few representative cases

This commit is contained in:
Axel Kohlmeyer
2022-03-02 21:31:35 -05:00
parent d4272815a3
commit a0996da644
13 changed files with 42 additions and 108 deletions

View File

@ -326,7 +326,7 @@ void Pair::reinit()
void Pair::init_style()
{
neighbor->request(this,instance_me);
neighbor->add_request(this, NeighConst::REQ_DEFAULT);
}
/* ----------------------------------------------------------------------