From 86043dce2c56205884fd152a20e183ed1b17f714 Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Wed, 4 Oct 2023 12:53:29 +0200 Subject: [PATCH 1/2] Fixing HDF5App tests in win --- kratos/testing/testing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kratos/testing/testing.h b/kratos/testing/testing.h index 282c43996404..d43e9d4abe81 100644 --- a/kratos/testing/testing.h +++ b/kratos/testing/testing.h @@ -26,6 +26,6 @@ namespace Kratos::Testing { -DataCommunicator& GetDefaultDataCommunicator(); +DataCommunicator& KRATOS_API(KRATOS_CORE) GetDefaultDataCommunicator(); } From 8aab12953cc7cae10fe4443393b28a8984f8b1d4 Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Wed, 4 Oct 2023 13:39:57 +0200 Subject: [PATCH 2/2] Typo --- kratos/testing/testing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kratos/testing/testing.h b/kratos/testing/testing.h index d43e9d4abe81..7c400896266b 100644 --- a/kratos/testing/testing.h +++ b/kratos/testing/testing.h @@ -26,6 +26,6 @@ namespace Kratos::Testing { -DataCommunicator& KRATOS_API(KRATOS_CORE) GetDefaultDataCommunicator(); +KRATOS_API(KRATOS_CORE) DataCommunicator& GetDefaultDataCommunicator(); }