Skip to content
Snippets Groups Projects
Commit be0228c3 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MeL] Move the find algorithm to specific file.

parent 49e99c6c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
*/ */
#include "ElementAlgorithms.h" #include "findElementsWithinRadius.h"
#include <deque> #include <deque>
......
File moved
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
#include <autocheck/autocheck.hpp> #include <autocheck/autocheck.hpp>
#include "BaseLib/makeVectorUnique.h" #include "BaseLib/makeVectorUnique.h"
#include "MeshLib/ElementAlgorithms.h"
#include "MeshLib/Elements/Element.h" #include "MeshLib/Elements/Element.h"
#include "MeshLib/Mesh.h" #include "MeshLib/Mesh.h"
#include "MeshLib/MeshGenerators/MeshGenerator.h" #include "MeshLib/MeshGenerators/MeshGenerator.h"
#include "MeshLib/Node.h" #include "MeshLib/Node.h"
#include "MeshLib/findElementsWithinRadius.h"
#include "Tests/AutoCheckTools.h" #include "Tests/AutoCheckTools.h"
......
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