From 002c3771724420f41e3daba0236e51bb1a84c481 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 30 Oct 2020 11:49:43 -0400 Subject: [PATCH] Update source/matrix_free/cuda_matrix_free.cu Co-authored-by: David Wells --- source/matrix_free/cuda_matrix_free.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/matrix_free/cuda_matrix_free.cu b/source/matrix_free/cuda_matrix_free.cu index 9bd1a0a52d..69238e2275 100644 --- a/source/matrix_free/cuda_matrix_free.cu +++ b/source/matrix_free/cuda_matrix_free.cu @@ -25,7 +25,7 @@ namespace CUDAWrappers { namespace internal { - extern std::array used_objects; + std::array used_objects; } // Do not instantiate for dim = 1 -- 2.39.5