From b3f5dd14a51f6e5c8d511f18dd0b7c960d71b9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Zorrilla?= Date: Tue, 20 Feb 2024 15:54:26 +0100 Subject: [PATCH] Update test_edge_based_data_structure.cpp --- .../containers/test_edge_based_data_structure.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kratos/tests/cpp_tests/containers/test_edge_based_data_structure.cpp b/kratos/tests/cpp_tests/containers/test_edge_based_data_structure.cpp index 7c02fb7003d0..e520835d3dfc 100644 --- a/kratos/tests/cpp_tests/containers/test_edge_based_data_structure.cpp +++ b/kratos/tests/cpp_tests/containers/test_edge_based_data_structure.cpp @@ -18,7 +18,7 @@ #include "containers/edge_based_data_structure.h" #include "containers/model.h" #include "geometries/quadrilateral_2d_4.h" -#include "includes/gid_io.h" +//#include "includes/gid_io.h" #include "processes/find_global_nodal_neighbours_process.h" #include "processes/structured_mesh_generator_process.h" #include "testing/testing.h" @@ -58,10 +58,10 @@ KRATOS_TEST_CASE_IN_SUITE(EdgeBasedDataStructure2D, KratosCoreFastSuite) })"); StructuredMeshGeneratorProcess(geometry, r_model_part, mesher_parameters).Execute(); - GidIO<> gid_io_convection("/home/rzorrilla/Desktop/EdgeBasedDataStructure2D", GiD_PostAscii, SingleFile, WriteDeformed, WriteConditions); - gid_io_convection.InitializeMesh(0); - gid_io_convection.WriteMesh(r_model_part.GetMesh()); - gid_io_convection.FinalizeMesh(); + //GidIO<> gid_io_convection("/home/rzorrilla/Desktop/EdgeBasedDataStructure2D", GiD_PostAscii, SingleFile, WriteDeformed, WriteConditions); + //gid_io_convection.InitializeMesh(0); + //gid_io_convection.WriteMesh(r_model_part.GetMesh()); + //gid_io_convection.FinalizeMesh(); // Calculate nodal neighbours // TODO: Temporary solution until we skip the neighbours calculation