diff --git a/src/raja/fasten.hpp b/src/raja/fasten.hpp index 942e50d..8ce8eb2 100644 --- a/src/raja/fasten.hpp +++ b/src/raja/fasten.hpp @@ -20,7 +20,7 @@ template class IMPL_CLS final : public Bude { using launch_policy = RAJA::LaunchPolicy< // #if defined(RAJA_ENABLE_OPENMP) - RAJA:::omp_launch_t + RAJA::omp_launch_t #else RAJA::seq_launch_t #endif