]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove the silly typename again...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 14:52:57 +0000 (14:52 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 14:52:57 +0000 (14:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@25946 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria_accessor.cc

index 0c43c4678350acfb568d94f9a6c64738dc6316e1..8f8255323c6d61342a4bdf93196e910a49b7b479 100644 (file)
@@ -1197,7 +1197,7 @@ bool CellAccessor<3>::point_inside (const Point<3> &p) const
     return (GeometryInfo<dim>::is_inside_unit_cell
              (StaticMappingQ1<dim,spacedim>::mapping.transform_real_to_unit_cell(cell_iterator, p)));
   }
-  catch (const typename Mapping<dim,spacedim>::ExcTransformationFailed &e)
+  catch (const Mapping<dim,spacedim>::ExcTransformationFailed &e)
   {
     return false;
   }

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.