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

we need this typedef of inneredge_t otherwise wrong types are created in Hface3Top...


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1308 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 4827a2b0
No related branches found
No related tags found
No related merge requests found
...@@ -576,6 +576,9 @@ public : ...@@ -576,6 +576,9 @@ public :
class Hface3EmptyPll : public FacePllBaseX< Hface3Empty > class Hface3EmptyPll : public FacePllBaseX< Hface3Empty >
{ {
public : public :
// we need to change this typedef here
typedef hedge1_IMPL inneredge_t ;
// constructor // constructor
inline Hface3EmptyPll (myhedge1_t *e0, int s0, myhedge1_t *e1, int s1, myhedge1_t *e2, int s2) inline Hface3EmptyPll (myhedge1_t *e0, int s0, myhedge1_t *e1, int s1, myhedge1_t *e2, int s2)
: FacePllBaseX< Hface3Empty >( e0, s0, e1, s1, e2, s2 ) {} : FacePllBaseX< Hface3Empty >( e0, s0, e1, s1, e2, s2 ) {}
...@@ -596,6 +599,9 @@ public : ...@@ -596,6 +599,9 @@ public :
class Hface4EmptyPll : public FacePllBaseX< Hface4Empty > class Hface4EmptyPll : public FacePllBaseX< Hface4Empty >
{ {
public : public :
// we need to change this typedef here
typedef hedge1_IMPL inneredge_t ;
// constructor // constructor
inline Hface4EmptyPll (myhedge1_t *e0, int s0, myhedge1_t *e1, int s1, inline Hface4EmptyPll (myhedge1_t *e0, int s0, myhedge1_t *e1, int s1,
myhedge1_t *e2, int s2, myhedge1_t *e3, int s3) myhedge1_t *e2, int s2, myhedge1_t *e3, int s3)
......
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