]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not name an unused variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Jan 2014 02:46:51 +0000 (02:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Jan 2014 02:46:51 +0000 (02:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@32211 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria_accessor.cc

index ec3a11195722205df9dcce7a356f2c460001af14..7bccde417aa64bde9689eca830128e504baae899 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 1998 - 2013 by the deal.II authors
+// Copyright (C) 1998 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -1224,7 +1224,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 Mapping<dim,spacedim>::ExcTransformationFailed &e)
+  catch (const Mapping<dim,spacedim>::ExcTransformationFailed &)
     {
       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.