]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use different FESystem constructor in tests 6932/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 19 Jul 2018 12:05:09 +0000 (14:05 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 19 Jul 2018 12:05:09 +0000 (14:05 +0200)
tests/grid/grid_tools_extract_used_vertices_03.cc
tests/grid/grid_tools_find_closest_vertex_01.cc

index b77503bdff30ae0c681074aa9e96e4862e78a28c..c2a3ef753009877ab616166e08d9a2179c255717 100644 (file)
@@ -41,7 +41,7 @@ test(const Point<spacedim> &p)
   tria.refine_global(1);
 
   // Vector fe
-  FESystem<dim, spacedim>   fe({FE_Q<dim, spacedim>(1) ^ spacedim});
+  FESystem<dim, spacedim>   fe{FE_Q<dim, spacedim>(1), spacedim};
   DoFHandler<dim, spacedim> dh(tria);
   dh.distribute_dofs(fe);
 
index 08da61b4c1c1171837b818974226f29dad3f200f..b674471b76e7fac1960648800c5780d0f5feaa2d 100644 (file)
@@ -41,7 +41,7 @@ test(const Point<spacedim> &p)
   tria.refine_global(1);
 
   // Vector fe
-  FESystem<dim, spacedim>   fe({FE_Q<dim, spacedim>(1) ^ spacedim});
+  FESystem<dim, spacedim>   fe{FE_Q<dim, spacedim>(1), spacedim};
   DoFHandler<dim, spacedim> dh(tria);
   dh.distribute_dofs(fe);
 

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.