]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
make this compile with gcc 3.3.5
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Aug 2006 21:38:53 +0000 (21:38 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Aug 2006 21:38:53 +0000 (21:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@13779 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/interpolate_q_system_02.cc

index d89dcf6ea38c6dd0f41573f9270fec2ae1d6261e..236d44616b2549311e2bfddcb48cc4da5502f4be 100644 (file)
@@ -76,9 +76,10 @@ void test ()
 
   for (unsigned int p=1; p<6-dim; ++p)
     {
-      FESystem<dim>              fe(FE_Q<dim>(p), 2,
-                                   FE_Q<dim>(p+1), 1);
-      DoFHandler<dim>        dof_handler(triangulation);
+      FE_Q<dim> fe1(p);
+      FE_Q<dim> fe2(p+1);
+      FESystem<dim> fe(fe1, 2, fe2 , 1);
+      DoFHandler<dim> dof_handler(triangulation);
       dof_handler.distribute_dofs (fe);
 
       ConstraintMatrix constraints;

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.