Skip to content
Snippets Groups Projects
Commit e3cfca4c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing the grid traversal.

parent 0f6f6c1e
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
#ifndef TNLTRAVERSAL_H_ #ifndef TNLTRAVERSAL_H_
#define TNLTRAVERSAL_H_ #define TNLTRAVERSAL_H_
template< typename Mesh,
typename UserData >
class tnlTraversal{};
#endif /* TNLTRAVERSAL_H_ */ #endif /* TNLTRAVERSAL_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