]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix data type in p:f:CellData 8809/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 20 Sep 2019 07:16:55 +0000 (09:16 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 20 Sep 2019 07:16:55 +0000 (09:16 +0200)
include/deal.II/distributed/fully_distributed_tria.h

index 78d4f5c9b3e56aa7c732a486841fb7f5f9259577..9076d2ebeac1ad915c31d08ddcbb600a9af9bbc2 100644 (file)
@@ -123,7 +123,7 @@ namespace parallel
        *
        * @note Only used for 2D and 3D.
        */
-      std::array<types::material_id, GeometryInfo<dim>::lines_per_cell>
+      std::array<types::manifold_id, GeometryInfo<dim>::lines_per_cell>
         manifold_line_ids;
 
       /**
@@ -131,7 +131,7 @@ namespace parallel
        *
        * @note Only used for 3D.
        */
-      std::array<types::material_id,
+      std::array<types::manifold_id,
                  dim == 1 ? 1 : GeometryInfo<3>::quads_per_cell>
         manifold_quad_ids;
 

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.