Need to set var

This commit is contained in:
Stan Moore
2023-04-19 12:56:47 -06:00
parent 5cb3d15ada
commit f5e55bb6d9

View File

@ -170,6 +170,7 @@ void AtomKokkos::sort()
error->warning(FLERR,"Fix with atom-based arrays not compatible with Kokkos sorting on device, "
"switching to classic host sorting");
}
sort_classic = true;
}
}