@@ -50,7 +50,7 @@ class InitImplodeFunctor : public MoodBaseFunctor<dim,degree>
5050 // ! functor for 2d
5151 template <int dim_ = dim>
5252 KOKKOS_INLINE_FUNCTION
53- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
53+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
5454 {
5555
5656 const int isize = this ->params .isize ;
@@ -92,7 +92,7 @@ class InitImplodeFunctor : public MoodBaseFunctor<dim,degree>
9292 // ! functor for 3d
9393 template <int dim_ = dim>
9494 KOKKOS_INLINE_FUNCTION
95- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
95+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
9696 {
9797
9898 const int isize = this ->params .isize ;
@@ -167,7 +167,7 @@ class InitBlastFunctor : public MoodBaseFunctor<dim,degree>
167167 // ! functor for 2d
168168 template <int dim_ = dim>
169169 KOKKOS_INLINE_FUNCTION
170- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
170+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
171171 {
172172
173173 const int isize = this ->params .isize ;
@@ -221,7 +221,7 @@ class InitBlastFunctor : public MoodBaseFunctor<dim,degree>
221221 // ! functor for 3d
222222 template <int dim_ = dim>
223223 KOKKOS_INLINE_FUNCTION
224- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
224+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
225225 {
226226
227227 const int isize = this ->params .isize ;
@@ -320,7 +320,7 @@ class InitFourQuadrantFunctor : public MoodBaseFunctor<dim,degree>
320320 // ! functor for 2d
321321 template <int dim_ = dim>
322322 KOKKOS_INLINE_FUNCTION
323- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
323+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
324324 {
325325
326326 const int isize = this ->params .isize ;
@@ -376,7 +376,7 @@ class InitFourQuadrantFunctor : public MoodBaseFunctor<dim,degree>
376376 // ! functor for 3d
377377 template <int dim_ = dim>
378378 KOKKOS_INLINE_FUNCTION
379- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
379+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
380380 {
381381
382382 const int isize = this ->params .isize ;
@@ -476,7 +476,7 @@ class InitKelvinHelmholtzFunctor : public MoodBaseFunctor<dim,degree>
476476 // ! functor for 2d
477477 template <int dim_ = dim>
478478 KOKKOS_INLINE_FUNCTION
479- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
479+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
480480 {
481481
482482 // get random number state
@@ -572,7 +572,7 @@ class InitKelvinHelmholtzFunctor : public MoodBaseFunctor<dim,degree>
572572 // ! functor for 3d
573573 template <int dim_ = dim>
574574 KOKKOS_INLINE_FUNCTION
575- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
575+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
576576 {
577577
578578 // get random number generator state
@@ -720,7 +720,7 @@ class InitWedgeFunctor : public MoodBaseFunctor<dim,degree>
720720 // ! functor for 2d
721721 template <int dim_ = dim>
722722 KOKKOS_INLINE_FUNCTION
723- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
723+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
724724 {
725725
726726 const int isize = this ->params .isize ;
@@ -767,7 +767,7 @@ class InitWedgeFunctor : public MoodBaseFunctor<dim,degree>
767767 // ! functor for 3d
768768 template <int dim_ = dim>
769769 KOKKOS_INLINE_FUNCTION
770- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
770+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
771771 {
772772
773773 const int isize = this ->params .isize ;
@@ -1057,7 +1057,7 @@ class InitIsentropicVortexFunctor : public MoodBaseFunctor<dim,degree>
10571057 // ! functor for 2d
10581058 template <int dim_ = dim>
10591059 KOKKOS_INLINE_FUNCTION
1060- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==2 , int >::type& index) const
1060+ void operator ()(const typename std ::enable_if<dim_==2 , int >::type& index) const
10611061 {
10621062
10631063 const int isize = this ->params .isize ;
@@ -1094,7 +1094,7 @@ class InitIsentropicVortexFunctor : public MoodBaseFunctor<dim,degree>
10941094 // ! functor for 3d
10951095 template <int dim_ = dim>
10961096 KOKKOS_INLINE_FUNCTION
1097- void operator ()(const typename Kokkos::Impl ::enable_if<dim_==3 , int >::type& index) const
1097+ void operator ()(const typename std ::enable_if<dim_==3 , int >::type& index) const
10981098 {
10991099
11001100 const int isize = this ->params .isize ;
0 commit comments