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

Fixed include paths to tnlTraverser_Grid*.h

parent b43f898b
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
#define SRC_FUNCTIONS_TNLFUNCTIONENUMERATOR_IMPL_H_
#include <functors/tnlFunctionEnumerator.h>
#include <mesh/tnlTraverser_Grid1D.h>
#include <mesh/tnlTraverser_Grid2D.h>
#include <mesh/tnlTraverser_Grid3D.h>
#include <mesh/grids/tnlTraverser_Grid1D.h>
#include <mesh/grids/tnlTraverser_Grid2D.h>
#include <mesh/grids/tnlTraverser_Grid3D.h>
template< typename Mesh,
typename Function,
......
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