From 8814334d0cca6d67c061642655f20fc1433143e9 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 16 Jan 2020 12:10:04 +0100 Subject: [PATCH] [T/MeL] Include Line.h in test; format includes. --- Tests/MeshLib/TestPntInElement.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Tests/MeshLib/TestPntInElement.cpp b/Tests/MeshLib/TestPntInElement.cpp index d6559cabfdc..b3fd222bd42 100644 --- a/Tests/MeshLib/TestPntInElement.cpp +++ b/Tests/MeshLib/TestPntInElement.cpp @@ -11,21 +11,20 @@ * http://www.opengeosys.org/LICENSE.txt */ -#include "gtest/gtest.h" +#include <gtest/gtest.h> #include "GeoLib/Point.h" - -#include "MeshLib/Mesh.h" -#include "MeshLib/Node.h" -#include "MeshLib/MeshEditing/MeshRevision.h" #include "MeshLib/Elements/Element.h" -#include "MeshLib/Elements/Tri.h" -#include "MeshLib/Elements/Quad.h" -#include "MeshLib/Elements/Tet.h" #include "MeshLib/Elements/Hex.h" -#include "MeshLib/Elements/Pyramid.h" +#include "MeshLib/Elements/Line.h" #include "MeshLib/Elements/Prism.h" - +#include "MeshLib/Elements/Pyramid.h" +#include "MeshLib/Elements/Quad.h" +#include "MeshLib/Elements/Tet.h" +#include "MeshLib/Elements/Tri.h" +#include "MeshLib/Mesh.h" +#include "MeshLib/MeshEditing/MeshRevision.h" +#include "MeshLib/Node.h" std::vector<MeshLib::Node*> createNodes() { -- GitLab