update to latest upstream and modernize neighbor list request handling
This commit is contained in:
@ -317,3 +317,9 @@ void NeighRequest::enable_ghost()
|
||||
{
|
||||
ghost = 1;
|
||||
}
|
||||
|
||||
void NeighRequest::enable_intel()
|
||||
{
|
||||
intel = 1;
|
||||
omp = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user