]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix tests for g++ 4.8.4 3335/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 1 Nov 2016 13:21:04 +0000 (14:21 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 1 Nov 2016 13:21:04 +0000 (14:21 +0100)
tests/numerics/project_parallel_qp_common.h
tests/numerics/project_parallel_qpmf_common.h

index 4d9cb56b24ab99bab8f62558bca26adac5036e46..d3f1e6bcea20796e99d7ecb8c76a457454da8f94 100644 (file)
@@ -149,7 +149,7 @@ void do_project (const parallel::distributed::Triangulation<dim> &triangulation,
 
         VectorType field(dof_handler.locally_owned_dofs(),
                          MPI_COMM_WORLD);
-        VectorTools::project
+        VectorTools::project<dim,VectorType,dim>
         (MappingQGeneric<dim>(1),
          dof_handler,
          constraints,
index cd832d10722510ea84c65ba6f1664f787f89f9f1..3f033ba201a5e26b16fab72247598bf62a0b5028 100644 (file)
@@ -145,7 +145,7 @@ void do_project (const parallel::distributed::Triangulation<dim> &triangulation,
 
       LinearAlgebra::distributed::Vector<double> field;
       data.initialize_dof_vector(field);
-      VectorTools::project
+      VectorTools::project<dim,LinearAlgebra::distributed::Vector<double> >
       (data,
        constraints,
        n_q_points_1d,

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.