adapt KOKKOS package styles to use new neighbor list request API
This commit is contained in:
@ -312,3 +312,8 @@ void NeighRequest::enable_full()
|
||||
half = 0;
|
||||
full = 1;
|
||||
}
|
||||
|
||||
void NeighRequest::enable_ghost()
|
||||
{
|
||||
ghost = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user