]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test. 5029/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 5 Sep 2017 19:13:54 +0000 (13:13 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 5 Sep 2017 19:13:54 +0000 (13:13 -0600)
tests/fe/interpolate_system_2.cc

index f9eae57e6228a6c52d50a0594006f2ec0972636d..4103eeed7edbb89da7f219b91d70ec0bf60c9c09 100644 (file)
 template <int dim, typename T>
 void check(T function, const unsigned int degree)
 {
-  auto fe = FESystem<dim>(FE_RaviartThomas<dim>(degree),
-                          2,
-                          FESystem<dim>(FE_RaviartThomas<dim>(degree), 2),
-                          1);
+  FESystem<dim> fe (FE_RaviartThomas<dim>(degree),
+                    2,
+                    FESystem<dim>(FE_RaviartThomas<dim>(degree), 2),
+                    1);
   deallog << fe.get_name() << std::endl;
 
   std::vector<double> dofs(fe.dofs_per_cell);

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.