Skip to content

Commit 6c68960

Browse files
committed
Test Laplacian Element
1 parent c3d1403 commit 6c68960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kratos/tests/cpp_tests/auxiliar_files_for_cpp_unnitest/test_laplacian_element.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Kratos::Testing
3131
* @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
3232
* @author Vicente Mataix Ferrandiz
3333
*/
34-
class TestLaplacianElement
34+
class KRATOS_API(KRATOS_CORE) TestLaplacianElement
3535
: public Element
3636
{
3737
public:

0 commit comments

Comments
 (0)