automatically enable intel neighbor list request property for intel pair styles

This commit is contained in:
Axel Kohlmeyer
2022-03-09 21:04:09 -05:00
parent 9bbd1df57b
commit 2e2bd37883
17 changed files with 34 additions and 78 deletions

View File

@ -306,3 +306,9 @@ void NeighRequest::set_skip(int *_iskip, int **_ijskip)
iskip = _iskip;
ijskip = _ijskip;
}
void NeighRequest::enable_full()
{
half = 0;
full = 1;
}