]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with gcc3.3.4 by avoiding compiler error: type specifier omitted...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 7 Feb 2008 09:30:57 +0000 (09:30 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 7 Feb 2008 09:30:57 +0000 (09:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@15721 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q_eulerian.cc

index 2177ab58ba0f3fcd3781a74e91624dd790b18e77..35e2901cd75593c6b1f8500cf7f754a650654699 100644 (file)
@@ -58,8 +58,8 @@ SupportQuadrature (const unsigned int map_degree)
                                   // on the unit cell in lexicographic order.
                                   // for this purpose we can use an interated
                                   // trapezoidal quadrature rule.
-
-  QIterated<dim> q_iterated(QTrapez<1>(),map_degree);
+  QTrapez<1> q1d;
+  QIterated<dim> q_iterated(q1d,map_degree);
   const unsigned int n_q_points = q_iterated.n_quadrature_points;
 
                                   // we then need to define a renumbering 

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.