]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix base of Tet, Pyramid and Wedge 11324/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 5 Dec 2020 11:44:46 +0000 (12:44 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sat, 5 Dec 2020 11:44:46 +0000 (12:44 +0100)
include/deal.II/grid/reference_cell.h

index 5402c73267f2b23eeec4635cfd3aca7614f9accb..5ac3fe06598e888a5c4b288911a161a93b023b2c 100644 (file)
@@ -644,7 +644,7 @@ namespace ReferenceCell
       /**
        * Tet.
        */
-      struct Tet : public TensorProductBase<3>
+      struct Tet : public Base
       {
         unsigned int
         n_vertices() const override
@@ -798,7 +798,7 @@ namespace ReferenceCell
       /**
        * Pyramid.
        */
-      struct Pyramid : public TensorProductBase<3>
+      struct Pyramid : public Base
       {
         unsigned int
         n_vertices() const override
@@ -960,7 +960,7 @@ namespace ReferenceCell
       /**
        * Wedge.
        */
-      struct Wedge : public TensorProductBase<3>
+      struct Wedge : public Base
       {
         unsigned int
         n_vertices() const override

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.