Skip to content
Snippets Groups Projects
Commit d893afee authored by Tuomas Karna's avatar Tuomas Karna
Browse files

fix adaptive visualisation of prisms

parent cd69cf5c
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,6 @@ class adaptivePrism { ...@@ -154,7 +154,6 @@ class adaptivePrism {
p[5] = p6; p[5] = p6;
e[0] = e[1] = e[2] = e[3] = NULL; e[0] = e[1] = e[2] = e[3] = NULL;
e[4] = e[5] = e[6] = e[7] = NULL; e[4] = e[5] = e[6] = e[7] = NULL;
e[8] = e[9] = e[10] = e[11] = NULL;
} }
inline double V() const inline double V() const
{ {
......
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