]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix compilation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jun 2012 21:38:46 +0000 (21:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jun 2012 21:38:46 +0000 (21:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@25654 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/mapping_real_to_unit_q4_sphere.cc
tests/fe/mapping_real_to_unit_q4_sphere_x.cc
tests/fe/mapping_real_to_unit_q4_sphere_y.cc

index 4b53072d42157634f260448eedd0d51aa5ad218a..7d9ca7b47826038ce09e9d3240de6365389e5e82 100644 (file)
@@ -79,14 +79,14 @@ void test_real_to_unit_cell()
                                   // the cell
   const Point<dim> p (-3.56413e+06, 1.74215e+06, 2.14762e+06);
   MappingQ<dim> map(4);
-  typename Triangulation<dim >::active_cell_iterator
+  Triangulation<dim >::active_cell_iterator
     cell = triangulation.begin_active();
 
   try
     {
       map.transform_real_to_unit_cell(cell,p);
     }
-  catch (const typename Mapping<dim>::ExcTransformationFailed &)
+  catch (const Mapping<dim>::ExcTransformationFailed &)
     {
       deallog << "Point is outside!" << std::endl;
     }
index 5fcdbf2c9d51ac8ff3fb161652a06df12ad49b5d..7e06346c2e795f370a920f411483651b29767401 100644 (file)
@@ -72,13 +72,13 @@ void test_real_to_unit_cell()
                                   // the cell
   const Point<dim> p (-3.56413e+06, 1.74215e+06, 2.14762e+06);
   MappingQ1<dim> map;
-  typename Triangulation<dim >::active_cell_iterator
+  Triangulation<dim >::active_cell_iterator
     cell = triangulation.begin_active();
   try
     {
       map.transform_real_to_unit_cell(cell,p);
     }
-  catch (const typename Mapping<dim>::ExcTransformationFailed &)
+  catch (const Mapping<dim>::ExcTransformationFailed &)
     {
       deallog << "Point is outside!" << std::endl;
     }
index 69f09bc72d5f728b0fbfe65f332a438d4dd9b3df..4e7b6dfa5e748dc4ebde07cc8272e4fce1e48ac4 100644 (file)
@@ -72,7 +72,7 @@ void test_real_to_unit_cell()
                                   // the cell
   const Point<dim> p (-3.56413e+06, 1.74215e+06, 2.14762e+06);
   MappingQ1<dim> map;
-  typename Triangulation<dim >::active_cell_iterator
+  Triangulation<dim >::active_cell_iterator
     cell = triangulation.begin_active();
 
                                   // the following call will fail

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.