Skip to content
Snippets Groups Projects
Commit 3c03735e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed unused import from MeshFunctionEvaluator

parent 32cd2715
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
#pragma once
#include <TNL/Meshes/Grid.h>
#include <TNL/Functions/MeshFunction.h>
#include <TNL/Functions/OperatorFunction.h>
#include <TNL/Functions/FunctionAdapter.h>
......@@ -162,4 +161,3 @@ class MeshFunctionEvaluatorAdditionEntitiesProcessor
} // namespace TNL
#include <TNL/Functions/MeshFunctionEvaluator_impl.h>
......@@ -171,4 +171,3 @@ evaluateEntities( OutMeshFunctionPointer& meshFunction,
} // namespace Functions
} // namespace TNL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment