Skip to content
Snippets Groups Projects
Commit 33ce33ce authored by stamoor's avatar stamoor
Browse files

Reverting back to old kokkos view

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14921 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent c5c293d1
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,10 @@
* default to use new View.
*/
#undef KOKKOS_USING_EXP_VIEW
#undef KOKKOS_USING_EXPERIMENTAL_VIEW
#define KOKKOS_USING_DEPRECATED_VIEW
#if ! defined( KOKKOS_USING_EXP_VIEW )
#if defined( KOKKOS_USING_DEPRECATED_VIEW )
#define KOKKOS_USING_EXP_VIEW 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment