]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused variable.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Mar 2012 13:18:36 +0000 (13:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Mar 2012 13:18:36 +0000 (13:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@25262 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_generator.cc

index 40a4aca57bc301077a7f2a97f61abd5543f4c880..669c1ea4a2306eb440b797542feda0d71719c660 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2930,7 +2930,6 @@ void GridGenerator::quarter_hyper_shell (Triangulation<3> & tria,
       const double d = b*std::sqrt(3.0)/2e0;
       const double e = outer_radius/2e0;
       const double f = outer_radius*std::sqrt(3.0)/2e0;
-      const double g = f*std::sqrt(3.0)/2e0;
       const double h = inner_radius/2e0;
 
       std::vector<Point<3> > vertices;

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.