From 101541341b3f77e6199c5d8c2cfa5233f63dfa17 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sun, 10 May 2020 09:15:55 +0200 Subject: [PATCH] Fixed spacing. --- .../grid/grid_tools_find_closest_vertex_02.cc | 2 +- .../grid_tools_find_closest_vertex_02.output | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/grid/grid_tools_find_closest_vertex_02.cc b/tests/grid/grid_tools_find_closest_vertex_02.cc index 28ed4793c6..9859dd7568 100644 --- a/tests/grid/grid_tools_find_closest_vertex_02.cc +++ b/tests/grid/grid_tools_find_closest_vertex_02.cc @@ -60,7 +60,7 @@ test(const Point &p, double displacement) const auto &v = mapping.get_vertices(cell); deallog << "Closest vertex of cell " << cell << " to " << p - << " is cell->vertex(" << i << ") :" << v[i] << std::endl; + << " is cell->vertex(" << i << ") : " << v[i] << std::endl; } }; diff --git a/tests/grid/grid_tools_find_closest_vertex_02.output b/tests/grid/grid_tools_find_closest_vertex_02.output index 3839578fab..1a023ce189 100644 --- a/tests/grid/grid_tools_find_closest_vertex_02.output +++ b/tests/grid/grid_tools_find_closest_vertex_02.output @@ -1,21 +1,21 @@ DEAL::dim: 2, spacedim: 2 with displacement 0.00000 -DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(3) :0.500000 0.500000 -DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(2) :0.500000 0.500000 -DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(1) :0.500000 0.500000 -DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) :0.500000 0.500000 +DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(3) : 0.500000 0.500000 +DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(2) : 0.500000 0.500000 +DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(1) : 0.500000 0.500000 +DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 0.500000 DEAL::dim: 2, spacedim: 2 with displacement 0.500000 -DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(0) :0.500000 0.500000 -DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(0) :1.00000 0.500000 -DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(0) :0.500000 1.00000 -DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) :1.00000 1.00000 +DEAL::Closest vertex of cell 1.0 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 0.500000 +DEAL::Closest vertex of cell 1.1 to 0.450000 0.450000 is cell->vertex(0) : 1.00000 0.500000 +DEAL::Closest vertex of cell 1.2 to 0.450000 0.450000 is cell->vertex(0) : 0.500000 1.00000 +DEAL::Closest vertex of cell 1.3 to 0.450000 0.450000 is cell->vertex(0) : 1.00000 1.00000 DEAL::dim: 2, spacedim: 3 with displacement 0.00000 -DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(3) :0.500000 0.500000 0.00000 -DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(3) :1.00000 0.500000 0.00000 -DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(3) :0.500000 1.00000 0.00000 -DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(3) :1.00000 1.00000 0.00000 +DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 0.500000 0.500000 0.00000 +DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 1.00000 0.500000 0.00000 +DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 0.500000 1.00000 0.00000 +DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(3) : 1.00000 1.00000 0.00000 DEAL::dim: 2, spacedim: 3 with displacement 1.00000 -DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.00000 1.00000 1.00000 -DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.50000 1.00000 1.00000 -DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.00000 1.50000 1.00000 -DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(0) :1.50000 1.50000 1.00000 +DEAL::Closest vertex of cell 1.0 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.00000 1.00000 1.00000 +DEAL::Closest vertex of cell 1.1 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.50000 1.00000 1.00000 +DEAL::Closest vertex of cell 1.2 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.00000 1.50000 1.00000 +DEAL::Closest vertex of cell 1.3 to 0.900000 0.900000 0.100000 is cell->vertex(0) : 1.50000 1.50000 1.00000 -- 2.39.5