From af2485c3dc7901ed4c3ad2d293463deee7e535a9 Mon Sep 17 00:00:00 2001 From: Pranav Sivaraman <14294205+pranav-sivaraman@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:23:46 -0800 Subject: [PATCH] fix: syntax error with execution policy --- src/raja/fasten.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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