From 6c689607611088c91b676dec23ed31f3cc5f3791 Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Tue, 22 Aug 2023 10:37:42 +0200 Subject: [PATCH] Test Laplacian Element --- .../auxiliar_files_for_cpp_unnitest/test_laplacian_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h b/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h index 92d9c1ec0a0f..3fd4d8a4ae5a 100644 --- a/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h +++ b/kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h @@ -31,7 +31,7 @@ namespace Kratos::Testing * @details It is designed to create a simple LHS and RHS in order to test strategies, processes. etc.... This way the common interface of the elements/conditions can be used to minimize the difference between the actual implementation and the test * @author Vicente Mataix Ferrandiz */ -class TestLaplacianElement +class KRATOS_API(KRATOS_CORE) TestLaplacianElement : public Element { public: