Skip to content
Snippets Groups Projects
Commit 814e5de1 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

split 20 and 12


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1438 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 67fae3c0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -12,6 +12,7 @@ template < class A > class Hface3Top : public A
public :
using A :: twist ;
using A :: myhedge1 ;
using A :: myvertex ;
typedef Hface3Top < A > innerface_t ;
typedef typename A :: inneredge_t inneredge_t;
......@@ -161,6 +162,7 @@ template < class A > class TetraTop : public A
public :
using A :: twist ;
using A :: myhface3 ;
using A :: myvertex ;
typedef TetraTop < A > innertetra_t ;
typedef typename A :: innervertex_t innervertex_t ;
......
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