diff --git a/src/KOKKOS/pair_pace_extrapolation_kokkos.h b/src/KOKKOS/pair_pace_extrapolation_kokkos.h index a65841f8f6..4c12e6618a 100644 --- a/src/KOKKOS/pair_pace_extrapolation_kokkos.h +++ b/src/KOKKOS/pair_pace_extrapolation_kokkos.h @@ -219,7 +219,7 @@ class PairPACEExtrapolationKokkos : public PairPACEExtrapolation { typedef Kokkos::View t_ace_4c; typedef Kokkos::View t_ace_4c3; - typedef Kokkos::View::HostMirror th_ace_1d; + typedef typename Kokkos::View::HostMirror th_ace_1d; t_ace_3d A_rank1; t_ace_4c A;