Fixing Kokkos execution space issue with regions

This commit is contained in:
Stan Moore
2017-07-25 13:37:01 -06:00
parent 633ca33f2f
commit 557e5b964a
8 changed files with 134 additions and 11 deletions

View File

@ -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");
}