]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a compilation error with gcc 4.4. 110/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 22 Aug 2014 22:29:01 +0000 (17:29 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 22 Aug 2014 22:29:01 +0000 (17:29 -0500)
source/grid/manifold.cc

index a2b1118a25e2852115b41340026653f3e4bf000a..2835521035e3585123762e22d48f89f0f84f3793 100644 (file)
@@ -249,7 +249,7 @@ get_new_point_on_hex (const typename Triangulation<dim, spacedim>::hex_iterator
 template <>
 Point<3>
 Manifold<3,3>::
-get_new_point_on_hex (const typename Triangulation<3, 3>::hex_iterator &hex) const
+get_new_point_on_hex (const Triangulation<3, 3>::hex_iterator &hex) const
 {
   return get_new_point(get_default_quadrature(hex));
 }

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.