Skip to content
Snippets Groups Projects
Commit 8814334d authored by Tom Fischer's avatar Tom Fischer
Browse files

[T/MeL] Include Line.h in test; format includes.

parent f6b6a462
No related branches found
No related tags found
No related merge requests found
...@@ -11,21 +11,20 @@ ...@@ -11,21 +11,20 @@
* http://www.opengeosys.org/LICENSE.txt * http://www.opengeosys.org/LICENSE.txt
*/ */
#include "gtest/gtest.h" #include <gtest/gtest.h>
#include "GeoLib/Point.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/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/Hex.h"
#include "MeshLib/Elements/Pyramid.h" #include "MeshLib/Elements/Line.h"
#include "MeshLib/Elements/Prism.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() std::vector<MeshLib::Node*> createNodes()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment