Fixing Kokkos execution space issue with regions
This commit is contained in:
@ -146,7 +146,7 @@ int Region::match(double x, double y, double z)
|
||||
generate error if Kokkos function defaults to base class
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Region::match_all_kokkos(int, DAT::t_int_1d)
|
||||
void Region::match_all_kokkos(int, DAT::tdual_int_1d)
|
||||
{
|
||||
error->all(FLERR,"Can only use Kokkos supported regions with Kokkos package");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user